diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-06-05 01:17:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-05 01:17:21 -0400 |
| commit | aee33608417533c6335f97b32aff40ceadda1758 (patch) | |
| tree | 489d07d11c978ea3066407788084a60177c5baeb /Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs | |
| parent | 256f44a87029577ed5daa7646c68e8a395e19708 (diff) | |
| parent | 08ac5b6ec3ce829c6691f1751e86480ace3d4b93 (diff) | |
Merge pull request #1366 from Bond-009/warn3
Fix more warnings
Diffstat (limited to 'Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs')
| -rw-r--r-- | Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs index 3a8e3c31f..f845e8243 100644 --- a/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs +++ b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs @@ -3,7 +3,9 @@ namespace Emby.Naming.AudioBook public class AudioBookFilePathParserResult { public int? PartNumber { get; set; } + public int? ChapterNumber { get; set; } + public bool Success { get; set; } } } |
