mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 13:56:31 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -26,6 +26,7 @@ namespace MediaBrowser.LocalMetadata.Parsers
|
||||
{
|
||||
reader.Read();
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
@@ -69,6 +70,7 @@ namespace MediaBrowser.LocalMetadata.Parsers
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
reader.Skip();
|
||||
|
||||
Reference in New Issue
Block a user