mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Enable nullable for Jellyfin.Data and remove unnecessary attributes
This commit is contained in:
@@ -61,7 +61,7 @@ namespace MediaBrowser.Controller.Drawing
|
||||
|
||||
string GetImageCacheTag(BaseItem item, ChapterInfo info);
|
||||
|
||||
string GetImageCacheTag(User user);
|
||||
string? GetImageCacheTag(User user);
|
||||
|
||||
/// <summary>
|
||||
/// Processes the image.
|
||||
|
||||
Reference in New Issue
Block a user