Merge pull request #8409 from Bond-009/warn61
Use record for AudioBookFilePathParserResult
This commit is contained in:
commit
e54f6b0660
|
@ -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