Fixed #280 removed debug line and changelog

This commit is contained in:
UKDTOM 2021-03-10 01:27:39 +01:00
parent 8eb1309f4c
commit debbdbe337
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,8 @@
* [#272 Allow export of TV Shows](https://github.com/WebTools-NG/WebTools-NG/issues/272)
* [#267 Allow export of Albums](https://github.com/WebTools-NG/WebTools-NG/issues/267)
* [#268 Allow export of Tracks](https://github.com/WebTools-NG/WebTools-NG/issues/268)
* [#280 Enable custom level for Audio Track](https://github.com/WebTools-NG/WebTools-NG/issues/280)
## V0.1.16

View file

@ -228,8 +228,6 @@
this.$refs['showNewLevel'].hide();
// Get current level names
let curLevels = wtconfig.get(`ET.CustomLevels.${this.selMediaType}.levels`);
console.log('Ged curLevels', JSON.stringify(curLevels), this.selMediaType)
// Add new level to JSON
curLevels[this.NewLevelName] = this.NewLevelName;
// Save