Don't tracklist the PFL channel
This commit is contained in:
parent
193cee5bfa
commit
c74298a510
1 changed files with 2 additions and 1 deletions
|
@ -653,7 +653,8 @@ const attemptTracklist = (player: number): AppThunk => async (
|
||||||
if (
|
if (
|
||||||
state.loadedItem &&
|
state.loadedItem &&
|
||||||
state.loadedItem.type === "central" &&
|
state.loadedItem.type === "central" &&
|
||||||
audioEngine.players[player]?.isPlaying
|
audioEngine.players[player]?.isPlaying &&
|
||||||
|
player !== PLAYER_PFL_ID
|
||||||
) {
|
) {
|
||||||
//track
|
//track
|
||||||
console.log("potentially tracklisting", state.loadedItem);
|
console.log("potentially tracklisting", state.loadedItem);
|
||||||
|
|
Loading…
Reference in a new issue