Fix field name and add placeholders

This commit is contained in:
DarkFighterLuke
2024-03-13 11:48:18 +01:00
parent 23e4c38944
commit 3514ab34d4
2 changed files with 4 additions and 4 deletions
@@ -28,7 +28,7 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.Configuration
_logger = Plugin.Instance.Logger;
}
CollectionTitle = "YouTube";
CollectionTitle = string.Empty;
_tubeArchivistUrl = string.Empty;
TubeArchivistApiKey = string.Empty;
}