diff --git a/Parallelism/PlayerProcess.py b/Parallelism/PlayerProcess.py index 9911552..29ad39e 100644 --- a/Parallelism/PlayerProcess.py +++ b/Parallelism/PlayerProcess.py @@ -157,6 +157,8 @@ class PlayerProcess(Process): self.__playerLock.release() def __playNext(self, error) -> None: + if error is not None: + print(f'[ERROR PLAYING SONG] -> {error}') with self.__playlistLock: with self.__playerLock: if self.__forceStop: # If it's forced to stop player