Skip to content

Commit ec918a1

Browse files
committed
feat: disable 7.6 downmuxing by default.
I'm not confident that it works well enough to have it on, and not everyone needs it anyway.
1 parent aedfc6e commit ec918a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jellyfin.Plugin.DoViRemux/Configuration/PluginConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class PluginConfiguration : BasePluginConfiguration
1717
/// </summary>
1818
public string PrimaryUser { get; set; } = string.Empty;
1919

20-
public bool DownmuxProfile7 { get; set; } = true;
20+
public bool DownmuxProfile7 { get; set; } = false;
2121

2222
public string PathToDoviTool { get; set; } = string.Empty;
2323

0 commit comments

Comments
 (0)