Make failure to connect to OBS a warning, not error
This commit is contained in:
parent
aa52f33d58
commit
4741c1d33f
@ -1030,7 +1030,7 @@ class PlaylistModel(QAbstractTableModel):
|
|||||||
log.debug(f"{self}: OBS scene changed to '{scene_name}'")
|
log.debug(f"{self}: OBS scene changed to '{scene_name}'")
|
||||||
continue
|
continue
|
||||||
except obswebsocket.exceptions.ConnectionFailure:
|
except obswebsocket.exceptions.ConnectionFailure:
|
||||||
log.error(f"{self}: OBS connection refused")
|
log.warning(f"{self}: OBS connection refused")
|
||||||
return
|
return
|
||||||
|
|
||||||
def previous_track_ended(self) -> None:
|
def previous_track_ended(self) -> None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user