mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Remove more warnings
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Emby.Server.Implementations.Playlists
|
||||
var parentFolder = GetPlaylistsFolder(Guid.Empty);
|
||||
if (parentFolder == null)
|
||||
{
|
||||
throw new ArgumentException();
|
||||
throw new ArgumentException(nameof(parentFolder));
|
||||
}
|
||||
|
||||
if (string.IsNullOrEmpty(options.MediaType))
|
||||
|
||||
Reference in New Issue
Block a user