1
0
mirror of https://github.com/algora-io/tv.git synced 2025-01-05 01:20:24 +02:00

remove obsolete todo

This commit is contained in:
zafer 2024-03-06 20:02:33 +03:00
parent 0abb697a1f
commit 6a6e9f139b

View File

@ -189,7 +189,6 @@ defmodule Algora.Library do
join: u in User,
on: v.user_id == u.id,
limit: ^limit,
# TODO: remove vod check once current vod durations are backfilled
where:
v.visibility == :public and
(v.is_live == true or v.duration >= 120 or v.type == :vod),