aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@users.noreply.github.com>2019-06-05 01:17:21 -0400
committerGitHub <noreply@github.com>2019-06-05 01:17:21 -0400
commitaee33608417533c6335f97b32aff40ceadda1758 (patch)
tree489d07d11c978ea3066407788084a60177c5baeb /Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs
parent256f44a87029577ed5daa7646c68e8a395e19708 (diff)
parent08ac5b6ec3ce829c6691f1751e86480ace3d4b93 (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.cs2
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; }
}
}