Merge pull request #8409 from Bond-009/warn61

Use record for AudioBookFilePathParserResult
pull/8424/head
Claus Vium 2 years ago committed by GitHub
commit e54f6b0660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save