Skip to content

Commit

Permalink
Merge branch 'jellyfin:master' into feature-bigscreen-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Nullcaller authored Oct 27, 2024
2 parents ee47abe + 119996f commit e7d70bd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "DLNA"
guid: "33EBA9CD-7DA1-4720-967F-DD7DAE7B74A1"
imageUrl: ""
version: 3
targetAbi: "10.9.10.0"
version: 4
targetAbi: "10.10.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "DLNA Service"
Expand All @@ -16,7 +16,10 @@ artifacts:
- "Jellyfin.Plugin.Dlna.Playback.dll"
- "Rssdp.dll"
changelog: |-
- restore video transcoding (#68) @flashka07
- Update dependency Microsoft.AspNetCore.Authorization to v8.0.8 (#54) @renovate
- Set publisher uri to http (#62) @disgustipated
- Remove . from friendlyname for identifying LG TVs (#60) @disgustipated
- Fixes for 10.10 (#84) @crobibero
- Standardize bind IPs in ssdp and dlnahost (#82) @disgustipated
- Revert lg profile friendly name (#77) @disgustipated
- Add baseurl to descriptoruri (#75) @disgustipated
### Dependency updates ###
- Update dotnet monorepo (#79) @renovate

0 comments on commit e7d70bd

Please sign in to comment.