diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2022-09-15 09:13:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 09:13:59 +0200 |
| commit | e54f6b0660b3e256f03fecacaf3439c45a7413e3 (patch) | |
| tree | 92c26d591c0365d4fccbc0de15d712cde36aaa51 | |
| parent | 2a2f932e76cbdf14e9f630f023d827db698bc114 (diff) | |
| parent | 6aa9d44fb7c60057621619bcf2521572e5bf6d4d (diff) | |
Merge pull request #8409 from Bond-009/warn61
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. |
