소스 검색

fix websocket data sent

Noah Vogt 3 달 전
부모
커밋
20923f7fc0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cd_recording_status_websocket.py

+ 1 - 1
cd_recording_status_websocket.py

@@ -47,7 +47,7 @@ async def status_sender(websocket):
                 status = {
                     "recording": is_recording_active,
                     "cd": get_cd_count(is_recording_active, cachefile_content),
-                    "track": get_cd_count(
+                    "track": get_cd_marker_count(
                         is_recording_active, cachefile_content
                     ),
                     "cd_time": get_full_rec_time(