mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 19:50:24 +01:00
fixes #945 - Add genre views to dlna
This commit is contained in:
@@ -173,6 +173,9 @@
|
||||
<None Include="MediaBrowser.MediaInfo.dll.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="mediabrowser.sh">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
<None Include="System.Data.SQLite.dll.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
||||
2
MediaBrowser.Server.Mono/mediabrowser.sh
Normal file
2
MediaBrowser.Server.Mono/mediabrowser.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
mono MediaBrowser.Server.Mono.exe
|
||||
Reference in New Issue
Block a user