mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 01:46:02 -05:00
[web-src] Order new podcast episodes by release date
This commit is contained in:
parent
6946c309c9
commit
70bb1cbc7a
@ -284,7 +284,7 @@ export default {
|
||||
library_podcast_episodes (albumId) {
|
||||
var episodesParams = {
|
||||
type: 'tracks',
|
||||
expression: 'media_kind is podcast and songalbumid is "' + albumId + '" ORDER BY time_added DESC'
|
||||
expression: 'media_kind is podcast and songalbumid is "' + albumId + '" ORDER BY date_released DESC'
|
||||
}
|
||||
return axios.get('/api/search', {
|
||||
params: episodesParams
|
||||
|
Loading…
x
Reference in New Issue
Block a user