diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2020-09-23 09:58:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 09:58:19 -0400 |
| commit | 2746e1fecc2466b41adfa60cc20ccac49e28d010 (patch) | |
| tree | fb61f5690e741bc5cace3f5b60c697bd8a2a280f /Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs | |
| parent | af24c4311869ec3571c37b18eba7f593d77badee (diff) | |
| parent | 228b33a23bfe21c3601933ad3168a2e590f4f430 (diff) | |
Merge pull request #4189 from Bond-009/minor5
Minor improvements
Diffstat (limited to 'Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs')
| -rw-r--r-- | Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs index e28a58db7..7bfc4479d 100644 --- a/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs +++ b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs @@ -1,8 +1,9 @@ +#nullable enable #pragma warning disable CS1591 namespace Emby.Naming.AudioBook { - public class AudioBookFilePathParserResult + public struct AudioBookFilePathParserResult { public int? PartNumber { get; set; } |
