Remove Android Tv default in favor of mod

This commit is contained in:
TwistedUmbrellaX 2024-10-06 10:04:28 -04:00 committed by GitHub
parent 50e1b739e1
commit 45afbed8b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ public class PluginConfiguration : BasePluginConfiguration
/// <summary>
/// Gets or sets the list of client to auto skip for.
/// </summary>
public string ClientList { get; set; } = "Android TV, Kodi";
public string ClientList { get; set; } = "Kodi";
/// <summary>
/// Gets or sets a value indicating whether to scan for intros during a scheduled task.