Change default value for allow duplicates in playlist option to False
This commit is contained in:
parent
18fe328979
commit
73bff9da9d
|
@ -18,7 +18,7 @@ namespace Emby.Server.Implementations
|
|||
{ DefaultRedirectKey, "web/index.html" },
|
||||
{ FfmpegProbeSizeKey, "1G" },
|
||||
{ FfmpegAnalyzeDurationKey, "200M" },
|
||||
{ PlaylistsAllowDuplicatesKey, bool.TrueString },
|
||||
{ PlaylistsAllowDuplicatesKey, bool.FalseString },
|
||||
{ BindToUnixSocketKey, bool.FalseString }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user