Skip to content

Commit

Permalink
make sure they're available to reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Mar 1, 2025
1 parent 3dce8d1 commit 60a1082
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def convert_universal_filters_to_recordings_query(universal_filters: dict[str, A
expires=TASK_EXPIRATION_TIME,
)
def count_recordings_that_match_playlist_filters(playlist_id: int) -> None:
playlist: SessionRecordingPlaylist | None = None
query: RecordingsQuery | None = None
try:
with REPLAY_PLAYLIST_COUNT_TIMER.time():
playlist = SessionRecordingPlaylist.objects.get(id=playlist_id)
Expand Down

0 comments on commit 60a1082

Please sign in to comment.