Skip to content

Commit

Permalink
chore: code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Nov 7, 2023
1 parent bb71181 commit 5f3c2c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/services/PlaybackService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { logger } from '../utils/Logger';
import noxPlayingList, { getNextSong } from '../stores/playingList';
import { NoxRepeatMode } from '../enums/RepeatMode';
import playerSettingStore from '@stores/playerSettingStore';
import appStore, {resetResolvedURL} from '@stores/appStore';
import appStore, { resetResolvedURL } from '@stores/appStore';
import {
fadePause,
cycleThroughPlaymode,
Expand Down Expand Up @@ -49,9 +49,6 @@ export async function AdditionalPlaybackService({
}

export async function PlaybackService() {
let abRepeat = [0, 1];
let bRepeatDuration = 9999;

DeviceEventEmitter.addListener('APMEnterPIP', (e: boolean) =>
setState({ pipMode: e })
);
Expand Down

0 comments on commit 5f3c2c4

Please sign in to comment.