Use record for AudioBookFilePathParserResult

This commit is contained in:
Bond_009 2022-09-15 00:39:00 +02:00
parent 0b47b03423
commit 6aa9d44fb7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ namespace Emby.Naming.AudioBook
/// <summary> /// <summary>
/// Data object for passing result of audiobook part/chapter extraction. /// Data object for passing result of audiobook part/chapter extraction.
/// </summary> /// </summary>
public struct AudioBookFilePathParserResult public record struct AudioBookFilePathParserResult
{ {
/// <summary> /// <summary>
/// Gets or sets optional number of path extracted from audiobook filename. /// Gets or sets optional number of path extracted from audiobook filename.