aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs')
-rw-r--r--Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs
index 7bfc4479d..b65d231df 100644
--- a/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs
+++ b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs
@@ -8,7 +8,5 @@ namespace Emby.Naming.AudioBook
public int? PartNumber { get; set; }
public int? ChapterNumber { get; set; }
-
- public bool Success { get; set; }
}
}