If plexId updates, reload graph
This commit is contained in:
@@ -110,6 +110,9 @@ export default {
|
|||||||
},
|
},
|
||||||
selectedChartDataType(selectedChartDataType) {
|
selectedChartDataType(selectedChartDataType) {
|
||||||
this.fetchChartData(this.charts);
|
this.fetchChartData(this.charts);
|
||||||
|
},
|
||||||
|
plexId(newValue) {
|
||||||
|
if (newValue) return this.fetchChartData(this.charts);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
beforeMount() {
|
beforeMount() {
|
||||||
|
|||||||
Reference in New Issue
Block a user