Skip to content

Commit

Permalink
fix: add the icons to the compiled resources (jellyfin#109)6
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixPetriconi committed Dec 17, 2024
1 parent edcdf04 commit 5971012
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 5971012

Please sign in to comment.