mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
Minor improvements
This commit is contained in:
@@ -107,7 +107,7 @@ namespace MediaBrowser.Controller.Entities.TV
|
||||
return key;
|
||||
}
|
||||
|
||||
return key + "-" + string.Join("-", folders);
|
||||
return key + "-" + string.Join('-', folders);
|
||||
}
|
||||
|
||||
private static string GetUniqueSeriesKey(BaseItem series)
|
||||
|
||||
Reference in New Issue
Block a user