Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Bug fix on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie0 committed Apr 29, 2017
1 parent eb51ae4 commit 74ab900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class Player {
&&!(/OPiOS/).test(userAgent)
&&!(/mercury/).test(userAgent)) {

// this.player.stop()
return;
}

Expand Down

0 comments on commit 74ab900

Please sign in to comment.