mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
playback fixed (fow now)
This commit is contained in:
parent
27b13d6509
commit
599fd4e2ac
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ class WriteKodiMusicDB():
|
|||
sql="INSERT OR REPLACE into album_artist(idArtist, idAlbum, strArtist) values(?, ?, ?)"
|
||||
cursor.execute(sql, (artistid, albumid, artist["Name"]))
|
||||
|
||||
playurl = PlayUtils().getPlayUrl(server, MBitem["Id"], MBitem)
|
||||
playurl = PlayUtils().directPlay(MBitem)
|
||||
#for transcoding we need to create a fake strm file because I couldn't figure out how to set a http or plugin path in the music DB
|
||||
if playurl.startswith("http"):
|
||||
#create fake strm file
|
||||
|
|
Loading…
Reference in a new issue