Pass title metadata in media url

This commit is contained in:
hicom150
2019-08-13 23:53:37 +02:00
parent 3a4ba6af37
commit c29deab728

View File

@@ -38,7 +38,7 @@ function getPreviousIndex (state) {
function getCurrentLocalURL (state) {
return state.server
? state.server.localURL + '/' + state.playing.fileIndex
? state.server.localURL + '/' + state.playing.fileIndex + '/' + state.window.title
: ''
}