diff --git a/CHANGELOG.md b/CHANGELOG.md index c3422f7..9022b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/components/modules/ExportTools/Custom/custom.vue b/src/components/modules/ExportTools/Custom/custom.vue index b28540d..ead9922 100644 --- a/src/components/modules/ExportTools/Custom/custom.vue +++ b/src/components/modules/ExportTools/Custom/custom.vue @@ -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