Fixed import that won't work if the script isn't executed by pycharm.

This commit is contained in:
The Wobbler 2024-12-22 00:03:08 +01:00
parent 4918d70d53
commit 3dfb07ab14
3 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,6 @@
import os
from PyQt6.QtCore import QTimer
import pygame.mixer
import pygame.event
from .track import Track
@ -23,7 +22,7 @@ class Player:
self.searched = False
if not file_paths:
pass
self.current_playlist = []
# loading of last opened files will be implemented in the future
else: