Skip to content

Commit

Permalink
Merge pull request #90 from jellyfin/blurhash
Browse files Browse the repository at this point in the history
add method to get image blurhashes
  • Loading branch information
dkanada authored Aug 30, 2020
2 parents 39ba7d2 + 0a4fdab commit 09aae41
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,12 @@ public final void setImageTags(java.util.HashMap<ImageType, String> value)
ImageTags = value;
}

private java.util.HashMap<ImageType, java.util.HashMap<String, String>> ImageBlurHashes;
public final java.util.HashMap<ImageType, java.util.HashMap<String, String>> getImageBlurHashes()
{
return ImageBlurHashes;
}

/**
Gets or sets the backdrop image tags.
Expand Down

0 comments on commit 09aae41

Please sign in to comment.