aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-24 23:03:54 -0500
committerGitHub <noreply@github.com>2019-01-24 23:03:54 -0500
commitb4fdfb562dada77ff6d9c75bbc9e5e5b3ee977a2 (patch)
treecafeb8316e0120f052eb094e44a02e94639fc223 /Emby.Naming
parent15806de2aad07a4b4c799a0ee56d770dd5248543 (diff)
parent48ad18d12baeeb42ec0ec7df9473330dcbc76754 (diff)
Merge pull request #700 from jellyfin/dev
Dev sync
Diffstat (limited to 'Emby.Naming')
-rw-r--r--Emby.Naming/AudioBook/AudioBookResolver.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Emby.Naming/AudioBook/AudioBookResolver.cs b/Emby.Naming/AudioBook/AudioBookResolver.cs
index f8f13bc5e..67451a639 100644
--- a/Emby.Naming/AudioBook/AudioBookResolver.cs
+++ b/Emby.Naming/AudioBook/AudioBookResolver.cs
@@ -30,8 +30,11 @@ namespace Emby.Naming.AudioBook
{
throw new ArgumentNullException(nameof(path));
}
- if (IsDirectory)
+
+ if (IsDirectory) // TODO
+ {
return null;
+ }
var extension = Path.GetExtension(path) ?? string.Empty;
// Check supported extensions