eslint cleanup
This commit is contained in:
parent
e95fb681ac
commit
12232491b8
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ class PlaybackPermissionManager {
|
|||
* Tests playback permission. Grabs the permission when called inside a click event (or any other valid user interaction).
|
||||
* @returns {Promise} Promise that resolves succesfully if playback permission is allowed.
|
||||
*/
|
||||
async check () {
|
||||
async check () {
|
||||
if (await getIgnorePlayPermission()) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue