mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
Make trickplay response ids have no dashes
This commit is contained in:
@@ -572,7 +572,7 @@ namespace MediaBrowser.Model.Dto
|
||||
/// Gets or sets the trickplay manifest.
|
||||
/// </summary>
|
||||
/// <value>The trickplay manifest.</value>
|
||||
public Dictionary<Guid, Dictionary<int, TrickplayTilesInfo>> Trickplay { get; set; }
|
||||
public Dictionary<string, Dictionary<int, TrickplayTilesInfo>> Trickplay { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the type of the location.
|
||||
|
||||
Reference in New Issue
Block a user