mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
1f83a21288
commit
29443e3681
4 changed files with 2 additions and 4 deletions
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
|
@ -21,6 +21,5 @@
|
|||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
|
|
@ -71,7 +71,6 @@ namespace Emby.Server.Implementations.Library
|
|||
private readonly ConcurrentDictionary<Guid, BaseItem> _libraryItemsCache;
|
||||
private readonly IImageProcessor _imageProcessor;
|
||||
|
||||
|
||||
private NamingOptions _namingOptions;
|
||||
private string[] _videoFileExtensions;
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ namespace MediaBrowser.Controller.Drawing
|
|||
ImageDimensions GetImageSize(string path);
|
||||
|
||||
/// <summary>
|
||||
/// Get the blurhash of an image.
|
||||
/// Gets the blurhash of an image.
|
||||
/// </summary>
|
||||
/// <param name="path">The filepath of the image.</param>
|
||||
/// <returns>The blurhash.</returns>
|
||||
|
|
|
@ -511,7 +511,7 @@ namespace MediaBrowser.Model.Dto
|
|||
public string SeriesThumbImageTag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the blurhash for the image tags.
|
||||
/// Gets or sets the blurhashes for the image tags.
|
||||
/// </summary>
|
||||
/// <value>The blurhashes.</value>
|
||||
public Dictionary<string, string> ImageBlurHashes { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue