Add a configuration flag to allow/disallow duplicates in playlists

This commit is contained in:
Mark Monteiro
2020-03-13 23:11:59 +01:00
parent c594b1a4c3
commit 79413d9f33
3 changed files with 22 additions and 7 deletions

View File

@@ -9,7 +9,8 @@ namespace Emby.Server.Implementations
{
{ "HttpListenerHost:DefaultRedirectPath", "web/index.html" },
{ FfmpegProbeSizeKey, "1G" },
{ FfmpegAnalyzeDurationKey, "200M" }
{ FfmpegAnalyzeDurationKey, "200M" },
{ PlaylistsAllowDuplicatesKey, bool.TrueString }
};
}
}