websockets for tracks and ui improvement
This commit is contained in:
@@ -8,6 +8,7 @@ const { getData, getPreview, getTracks, getDetails } = require('spotify-url-info
|
||||
|
||||
@Injectable()
|
||||
export class PlaylistService {
|
||||
|
||||
constructor(
|
||||
@InjectRepository(PlaylistEntity)
|
||||
private repository: Repository<PlaylistEntity>,
|
||||
|
||||
Reference in New Issue
Block a user