mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 19:13:19 +00:00
Fixed #280 removed debug line and changelog
This commit is contained in:
parent
8eb1309f4c
commit
debbdbe337
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue