mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
Fix SA1513, SA1514, SA1507, and SA1508
This commit is contained in:
@@ -77,6 +77,7 @@ namespace MediaBrowser.Controller.Library
|
||||
MusicArtist GetArtist(string name);
|
||||
|
||||
MusicArtist GetArtist(string name, DtoOptions options);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a Studio.
|
||||
/// </summary>
|
||||
@@ -234,6 +235,7 @@ namespace MediaBrowser.Controller.Library
|
||||
/// Occurs when [item updated].
|
||||
/// </summary>
|
||||
event EventHandler<ItemChangeEventArgs> ItemUpdated;
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when [item removed].
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user