oopsie
This commit is contained in:
parent
b8fec5f678
commit
d4f030bf40
1 changed files with 1 additions and 1 deletions
|
@ -3057,7 +3057,7 @@ const app = new Vue({
|
|||
fullscreen(flag){
|
||||
if (flag) {
|
||||
ipcRenderer.send('setFullScreen', true);
|
||||
if (app.mk.nowPlayingItem.type && !app.mk.nowPlayingItem.type.toLowerCase().includes("video")){
|
||||
if (app.mk.nowPlayingItem.type && app.mk.nowPlayingItem.type.toLowerCase().includes("video")){
|
||||
document.querySelector('video#apple-music-video-player').requestFullscreen()
|
||||
} else {
|
||||
app.appMode = 'fullscreen';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue