Skip to content

Commit

Permalink
playlist end hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cade Scroggins committed May 31, 2018
1 parent c131ada commit 8a28ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/js/App.jsx
Expand Up @@ -125,6 +125,8 @@ export default class App extends preact.Component {
};

loadPlaylist = async (playlist, related = this.state.related) => {
this.skipAllowed = true;

if (!playlist && this.state.currentTags.length > 1) {
this.fetchPlaylist({ tags: this.removeTag() });
return;
Expand Down
2 changes: 1 addition & 1 deletion src/js/utilities/helpers.js
@@ -1,5 +1,5 @@
import 'whatwg-fetch';
import { knuthShuffle } from 'knuth-shuffle';
import 'whatwg-fetch';

import {
EIGHT_API_KEY,
Expand Down

0 comments on commit 8a28ce7

Please sign in to comment.