aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorStanislav Ionascu <stanislav.ionascu@gmail.com>2021-06-13 18:56:13 +0200
committerStanislav Ionascu <stanislav.ionascu@gmail.com>2021-06-13 19:24:06 +0200
commit351ae665090c238bc34b57fe4ab7dc91f30dd5fc (patch)
tree82095c20835e0d63f25c2878e735ecbcef268d74 /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parentaaa9cc604f5cd3a2869259a9b0c404d0330195fd (diff)
Better detection of the ISO DVD/BD types
The ISO image will be opened and checked for disc-type specific folders. Can be overridden using NAME.dvd.iso / NAME.bluray.iso
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 556662585..6b99f3dcb 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -23,6 +23,7 @@
</ItemGroup>
<ItemGroup>
+ <PackageReference Include="DiscUtils.Udf" Version="0.16.4" />
<PackageReference Include="Jellyfin.XmlTv" Version="10.6.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" />