Skip to content

Commit

Permalink
Update For Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarth-Mai authored Feb 23, 2024
1 parent 9c4d148 commit 0104496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ede.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@
let sessionInfo = await getSessionInfo(sessionUrl, authorization);
if (!sessionInfo[0].NowPlayingItem) {
await initConfig();
await new Promise(resolve => setTimeout(resolve, 150));
continue;
}
playingInfo = sessionInfo[0].NowPlayingItem;
Expand Down

0 comments on commit 0104496

Please sign in to comment.