mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
removed unnecessary await keyword
This commit is contained in:
@ -70,7 +70,7 @@ const getPausedStatus = async win => {
|
|||||||
// This variable will be filled with the callbacks once they register
|
// This variable will be filled with the callbacks once they register
|
||||||
const callbacks = [];
|
const callbacks = [];
|
||||||
|
|
||||||
module.exports = async win => {
|
module.exports = win => {
|
||||||
// Fill songInfo with empty values
|
// Fill songInfo with empty values
|
||||||
global.songInfo = {
|
global.songInfo = {
|
||||||
title: '',
|
title: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user