Skip to content

Commit

Permalink
fix: add the icons to the compiled resources (#109) (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixPetriconi authored Dec 19, 2024
1 parent 6bf7cc4 commit 0732078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jellyfin.Plugin.Dlna/Jellyfin.Plugin.Dlna.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<ItemGroup>
<EmbeddedResource Include="Configuration\config.html" />
<EmbeddedResource Include="Configuration\config.js" />
<EmbeddedResource Include="Images\*.jpg" />
<EmbeddedResource Include="Images\*.png" />
<EmbeddedResource Include="Profiles\Xml\*.xml" />
</ItemGroup>
</Project>

0 comments on commit 0732078

Please sign in to comment.