mirror of
https://github.com/jellyfin/jellyfin-plugin-dlna.git
synced 2024-11-26 16:00:55 +00:00
aefb9eb11c
The main issue is that jellyfin's StreamState doesn't consider DlnaVideoRequestDto to be a video request due to DlnaVideoRequestDto not being inherited from VideoRequestDto. As a result, all video requests are being processed as audio only. This commit updates dlna video requests to inherit from VideoRequestDto directly. |
||
---|---|---|
.github | ||
src | ||
.gitattributes | ||
.gitignore | ||
build.yaml | ||
Jellyfin.Plugin.Dlna.sln | ||
LICENSE | ||
README.md |