mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-20 07:17:20 +00:00
refactor: use single quote strings
This commit is contained in:
parent
06e43968c9
commit
feb84ef4c4
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ const usePlayer = (urlParams) => {
|
|||
}
|
||||
};
|
||||
} else {
|
||||
console.warn("Player Unload triggered");
|
||||
console.warn('Player Unload triggered');
|
||||
return {
|
||||
action: 'Unload'
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue