1
0
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:
zafer 2024-06-03 14:37:18 +03:00
parent 3f4cc7da66
commit 3eee09c142

View File

@ -593,6 +593,7 @@ defmodule Algora.Library do
},
where: v.show_id in ^ids
)
|> order_by_inserted(:desc)
|> Repo.all()
end