jellyfin/jellyfin-plugin-dlna

DLNA PlayTo: No check is ever made to see if the device supports the media type.

BaronGreenback opened this issue · 0 comments

The code assumes that all devices support Audio and Video only. It should be checking the profile for the device to see what it says is supported.

https://github.com/jellyfin/jellyfin/blob/71c98d2f81f8f1091f996d9150cf732224f798d4/Emby.Dlna/PlayTo/PlayToController.cs#L480