Skip to content

Commit

Permalink
Disable TSLint false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Aug 29, 2018
1 parent d07ff37 commit 2c1e262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/actions/PlayerActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export const next = async () => {

const track = queue[newQueueCursor];

// tslint:disable-next-line strict-type-predicates
if (track !== undefined) {
const uri = utils.parseUri(track.path);

Expand Down

0 comments on commit 2c1e262

Please sign in to comment.