Pass title metadata in media url
This commit is contained in:
@@ -38,7 +38,7 @@ function getPreviousIndex (state) {
|
|||||||
|
|
||||||
function getCurrentLocalURL (state) {
|
function getCurrentLocalURL (state) {
|
||||||
return state.server
|
return state.server
|
||||||
? state.server.localURL + '/' + state.playing.fileIndex
|
? state.server.localURL + '/' + state.playing.fileIndex + '/' + state.window.title
|
||||||
: ''
|
: ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user