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