mirror of
https://github.com/jellyfin/jellyfin-plugin-dlna.git
synced 2024-11-27 00:10:37 +00:00
24 lines
664 B
YAML
24 lines
664 B
YAML
name: "DLNA"
|
|
guid: "33EBA9CD-7DA1-4720-967F-DD7DAE7B74A1"
|
|
imageUrl: ""
|
|
version: 2
|
|
targetAbi: "10.9.2.0"
|
|
framework: "net8.0"
|
|
owner: "jellyfin"
|
|
overview: "DLNA Service"
|
|
description: >
|
|
Adds DLNA capability to Jellyfin
|
|
|
|
category: "General"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.Dlna.dll"
|
|
- "Jellyfin.Plugin.Dlna.Model.dll"
|
|
- "Jellyfin.Plugin.Dlna.Playback.dll"
|
|
- "Rssdp.dll"
|
|
changelog: |-
|
|
- Fixed ListenToSocketInternal so it works after Jellyfin 10.9.2 (#51) @ms-afk
|
|
|
|
### Dependency updates ###
|
|
- Update dependency Microsoft.AspNetCore.Authorization to v8.0.5 (#47) @renovate
|
|
- Update dependency Microsoft.AspNetCore.Authorization to v8.0.4 (#37) @renovate
|