mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
Fix SA1513, SA1514, SA1507, and SA1508
This commit is contained in:
@@ -90,7 +90,6 @@ namespace MediaBrowser.Controller.Entities.Audio
|
||||
|
||||
var songKey = IndexNumber.HasValue ? IndexNumber.Value.ToString("0000") : string.Empty;
|
||||
|
||||
|
||||
if (ParentIndexNumber.HasValue)
|
||||
{
|
||||
songKey = ParentIndexNumber.Value.ToString("0000") + "-" + songKey;
|
||||
|
||||
Reference in New Issue
Block a user