mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Use record for AudioBookFilePathParserResult
This commit is contained in:
parent
0b47b03423
commit
6aa9d44fb7
@ -3,7 +3,7 @@ namespace Emby.Naming.AudioBook
|
||||
/// <summary>
|
||||
/// Data object for passing result of audiobook part/chapter extraction.
|
||||
/// </summary>
|
||||
public struct AudioBookFilePathParserResult
|
||||
public record struct AudioBookFilePathParserResult
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets optional number of path extracted from audiobook filename.
|
||||
|
Loading…
Reference in New Issue
Block a user