mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
parent
821e6ba385
commit
6b7fc4c7d8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class PlayUtils():
|
||||||
selected_source = source
|
selected_source = source
|
||||||
break
|
break
|
||||||
|
|
||||||
elif (self.item['MediaType'] != 'Video' and self.item['Type'] == 'TvChannel' and
|
elif (self.item['MediaType'] != 'Video' or self.item['Type'] == 'TvChannel' or
|
||||||
self.item.get('SourceType') != 'Library'):
|
self.item.get('SourceType') != 'Library'):
|
||||||
# Do nothing
|
# Do nothing
|
||||||
log.info("Special case, skip media sources selection.")
|
log.info("Special case, skip media sources selection.")
|
||||||
|
|
Loading…
Reference in a new issue