mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
fixes #712 - multi-version grouping
This commit is contained in:
@@ -90,7 +90,9 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(key))
|
||||
{
|
||||
return key + "-trailer";
|
||||
key = key + "-trailer";
|
||||
|
||||
return key;
|
||||
}
|
||||
|
||||
return base.GetUserDataKey();
|
||||
|
||||
Reference in New Issue
Block a user