diff --git a/app/playlistmodel.py b/app/playlistmodel.py index 0e25d12..f96a4e4 100644 --- a/app/playlistmodel.py +++ b/app/playlistmodel.py @@ -1030,7 +1030,7 @@ class PlaylistModel(QAbstractTableModel): log.debug(f"{self}: OBS scene changed to '{scene_name}'") continue except obswebsocket.exceptions.ConnectionFailure: - log.error(f"{self}: OBS connection refused") + log.warning(f"{self}: OBS connection refused") return def previous_track_ended(self) -> None: