mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-03-15 22:13:17 +08:00
update
This commit is contained in:
@@ -213,6 +213,7 @@ func registerCmdHandler() {
|
|||||||
// add media cover to video channel.
|
// add media cover to video channel.
|
||||||
cmd = append(cmd, "replace", "external-files-append=\""+media.Info.Cover.Url+"\",vid=1")
|
cmd = append(cmd, "replace", "external-files-append=\""+media.Info.Cover.Url+"\",vid=1")
|
||||||
}
|
}
|
||||||
|
log.Debug("[MPV PlayControl] mpv command", cmd)
|
||||||
if err := libmpv.Command(cmd); err != nil {
|
if err := libmpv.Command(cmd); err != nil {
|
||||||
log.Error("[MPV PlayControl] mpv load media failed", cmd, mediaInfo, err)
|
log.Error("[MPV PlayControl] mpv load media failed", cmd, mediaInfo, err)
|
||||||
global.EventManager.CallA(
|
global.EventManager.CallA(
|
||||||
|
|||||||
Reference in New Issue
Block a user