mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
Minor improvements
This commit is contained in:
@@ -47,7 +47,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
public static bool ContainsContainer(string profileContainers, string inputContainer)
|
||||
{
|
||||
var isNegativeList = false;
|
||||
if (profileContainers != null && profileContainers.StartsWith("-", StringComparison.Ordinal))
|
||||
if (profileContainers != null && profileContainers.StartsWith('-'))
|
||||
{
|
||||
isNegativeList = true;
|
||||
profileContainers = profileContainers.Substring(1);
|
||||
|
||||
Reference in New Issue
Block a user