added history

This commit is contained in:
Patryk Koreń
2026-01-27 21:27:36 +01:00
parent bb2b31bb61
commit cbf39d2bae
5 changed files with 44 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ import { updatePlayer } from './playback';
import SpotifyWebApi from 'spotify-web-api-node';
export const DATA_DIR = "./data";
export const HISTORY_DIR_PATH = process.env.HISTORY_DIR_PATH ?? "./history";
// AUDIO
export const player = createAudioPlayer();