Don't tracklist the PFL channel

This commit is contained in:
Matthew Stratford 2021-01-28 19:03:41 +00:00
parent 193cee5bfa
commit c74298a510

View file

@ -653,7 +653,8 @@ const attemptTracklist = (player: number): AppThunk => async (
if (
state.loadedItem &&
state.loadedItem.type === "central" &&
audioEngine.players[player]?.isPlaying
audioEngine.players[player]?.isPlaying &&
player !== PLAYER_PFL_ID
) {
//track
console.log("potentially tracklisting", state.loadedItem);