diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-09-15 00:39:00 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-09-15 00:39:00 +0200 |
| commit | 6aa9d44fb7c60057621619bcf2521572e5bf6d4d (patch) | |
| tree | f105cf0013537d218c36e1383e8790522c759274 | |
| parent | 0b47b034237f101230c9c0a1d628392065f1e113 (diff) | |
Use record for AudioBookFilePathParserResult
| -rw-r--r-- | Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs index 48ab8b57d..ae8c8a39b 100644 --- a/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs +++ b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs @@ -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. |
