0.13.1-3 Fix

This commit is contained in:
2026-04-13 10:22:09 +00:00
parent b2d8dffbf4
commit 63a45e70e7
10 changed files with 84 additions and 123 deletions
-12
View File
@@ -86,18 +86,6 @@ class DVDSeriesPlugin extends SourcePlugin {
getSettingsSchema() {
return [
{
key: 'dvd_series_plugin_enabled',
category: 'Features',
label: 'DVD Serien-Plugin aktiviert',
type: 'boolean',
required: 1,
description: 'Aktiviert die additive Serienerkennung für DVDs.',
default_value: 'false',
options_json: '[]',
validation_json: '{}',
order_index: 145
},
{
key: 'tmdb_api_read_access_token',
category: 'Metadaten',