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:
parent
0abb697a1f
commit
6a6e9f139b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user