mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Fix bad logic
This commit is contained in:
parent
f564b2155a
commit
05515f4ed8
@ -60,7 +60,7 @@ class RestreamApi:
|
|||||||
input.path.startswith("rtsp")
|
input.path.startswith("rtsp")
|
||||||
and camera.restream.video_encoding
|
and camera.restream.video_encoding
|
||||||
== RestreamVideoCodecEnum.copy
|
== RestreamVideoCodecEnum.copy
|
||||||
and not camera.restream.audio_encoding
|
and camera.restream.audio_encoding
|
||||||
== [RestreamAudioCodecEnum.copy]
|
== [RestreamAudioCodecEnum.copy]
|
||||||
):
|
):
|
||||||
self.relays[
|
self.relays[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user