diff --git a/scripts/helper.js b/scripts/helper.js index a60c06383..471e0b7ba 100644 --- a/scripts/helper.js +++ b/scripts/helper.js @@ -253,7 +253,6 @@ class Playlist { constructor(data) { this.header = data.header this.items = data.items - this.changed = false } getHeader() {