mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Removed Success property from AudioBookFilePathParserResult, since it was unused and consider only audiobooks that have chapter/page number in name makes no sense
This commit is contained in:
parent
60b49e67ea
commit
6437cf6950
2 changed files with 0 additions and 4 deletions
|
@ -52,8 +52,6 @@ namespace Emby.Naming.AudioBook
|
|||
}
|
||||
}
|
||||
|
||||
result.Success = result.ChapterNumber.HasValue || result.PartNumber.HasValue;
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,5 @@ namespace Emby.Naming.AudioBook
|
|||
public int? PartNumber { get; set; }
|
||||
|
||||
public int? ChapterNumber { get; set; }
|
||||
|
||||
public bool Success { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue