mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-09 10:55:09 +00:00
Fix strm
Reset musicscan settings
This commit is contained in:
parent
010dc3243a
commit
56c6db7e5d
2 changed files with 2 additions and 1 deletions
|
@ -234,7 +234,7 @@ class PlayUtils(object):
|
|||
|
||||
API = api.API(self.item, self.info['ServerAddress'])
|
||||
self.info['Method'] = "DirectPlay"
|
||||
self.info['Path'] = API.get_file_path()
|
||||
self.info['Path'] = API.get_file_path(source.get('Path'))
|
||||
|
||||
return self.info['Path']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue