Merge pull request #4118 from SegiH/set-playlist-allow-duplicates-option-to-false-by-default

Change default value for allow duplicates in playlist option to False
pull/4126/head
Bond-009 4 years ago committed by GitHub
commit ebdcff8b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save