Browse Source

fix websocket data sent

Noah Vogt 2 weeks ago
parent
commit
20923f7fc0
1 changed files with 1 additions and 1 deletions
  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(