jellyfin / jellyfin-plugin-dlna

GNU General Public License v3.0
15 stars 12 forks source link

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

Open BaronGreenback opened 3 years ago

BaronGreenback commented 3 years ago

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