[Bugfix] Improve livestream detection (#362)

* Livestream status is now based off live_status instead of was_live

* Updated tests
This commit is contained in:
Kieran
2024-08-20 09:37:42 -07:00
committed by GitHub
parent 80209240d2
commit a6c61ccd0d
7 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ defmodule Pinchflat.MediaFixtures do
id: "video1",
title: "Video 1",
webpage_url: "https://example.com/video1",
was_live: false,
live_status: "not_live",
description: "desc1",
aspect_ratio: 1.67,
duration: 123.45,