mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-10 11:03:04 +03:00
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -59,6 +59,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
|
||||
{
|
||||
throw new ArgumentNullException(nameof(item));
|
||||
}
|
||||
|
||||
if (string.IsNullOrWhiteSpace(mediaSourceId))
|
||||
{
|
||||
throw new ArgumentNullException(nameof(mediaSourceId));
|
||||
|
||||
Reference in New Issue
Block a user