From 48facb797ed912e4ea6b04b17d1ff190ac2daac4 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 12 Sep 2018 19:26:21 +0200 Subject: Update to 3.5.2 and .net core 2.1 --- Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs (limited to 'Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs') diff --git a/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs new file mode 100644 index 0000000000..759e7b8ad2 --- /dev/null +++ b/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Emby.Naming.AudioBook +{ + public class AudioBookFilePathParserResult + { + public int? PartNumber { get; set; } + public int? ChapterNumber { get; set; } + public bool Success { get; set; } + } +} -- cgit v1.2.3