mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
resharper suggestions in server implementations
This commit is contained in:
@@ -139,7 +139,7 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
||||
/// <returns>IEnumerable{System.String}.</returns>
|
||||
private IEnumerable<string> GetPathsInUse(BaseItem item)
|
||||
{
|
||||
IEnumerable<string> images = new List<string> { };
|
||||
IEnumerable<string> images = new List<string>();
|
||||
|
||||
if (item.Images != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user