Ask users to clear the accounts when enabling widevine (#1249)

This commit is contained in:
Michael Bucari-Tovo 2025-05-09 17:51:48 -06:00
parent f35c82d59d
commit ef67ae9d6a
3 changed files with 44 additions and 7 deletions

View file

@ -257,7 +257,7 @@ namespace LibationFileManager
}
[Description("Use widevine DRM")]
public bool UseWidevine { get => GetNonString(defaultValue: true); set => SetNonString(value); }
public bool UseWidevine { get => GetNonString(defaultValue: false); set => SetNonString(value); }
[Description("Request Spatial Audio")]
public bool RequestSpatial { get => GetNonString(defaultValue: true); set => SetNonString(value); }