mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 19:23:38 +01:00
Visual Studio Reformat: MediaBrowser.Controller
This commit is contained in:
@@ -22,7 +22,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
else
|
||||
{
|
||||
item.Tags = current.Concat(new [] { name }).ToArray();
|
||||
item.Tags = current.Concat(new[] { name }).ToArray();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user