mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Change image blurhash mapping to "image type to blurhash"
This commit is contained in:
@@ -514,7 +514,7 @@ namespace MediaBrowser.Model.Dto
|
||||
/// Gets or sets the blurhashes for the image tags.
|
||||
/// </summary>
|
||||
/// <value>The blurhashes.</value>
|
||||
public Dictionary<string, string> ImageBlurHashes { get; set; }
|
||||
public Dictionary<ImageType, string> ImageBlurHashes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the series studio.
|
||||
|
||||
Reference in New Issue
Block a user