b-jesch / plugin.video.ipcams

GNU General Public License v3.0
25 stars 6 forks source link

Set ListItem type to video #2

Closed drcrazy closed 5 years ago

drcrazy commented 5 years ago

if camera URL doesn't have extension then the following warning occurs in kodi.log: "WARNING: Playlist Player: ListItem type must be audio or video, use ListItem::setInfo to specify!" and no playback occurs. This change set info with some dummy value.

b-jesch commented 5 years ago

Thanks for contribution!