If plexId updates, reload graph

This commit is contained in:
2022-02-03 20:53:12 +01:00
parent 18a0acfe19
commit dbc225a41c

View File

@@ -110,6 +110,9 @@ export default {
},
selectedChartDataType(selectedChartDataType) {
this.fetchChartData(this.charts);
},
plexId(newValue) {
if (newValue) return this.fetchChartData(this.charts);
}
},
beforeMount() {