mirror of
https://github.com/algora-io/tv.git
synced 2024-11-16 00:58:59 +02:00
order show videos by inserted desc
This commit is contained in:
parent
3f4cc7da66
commit
3eee09c142
@ -593,6 +593,7 @@ defmodule Algora.Library do
|
||||
},
|
||||
where: v.show_id in ^ids
|
||||
)
|
||||
|> order_by_inserted(:desc)
|
||||
|> Repo.all()
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user