mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-09 04:38:10 -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) {
|
library_podcast_episodes (albumId) {
|
||||||
var episodesParams = {
|
var episodesParams = {
|
||||||
type: 'tracks',
|
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', {
|
return axios.get('/api/search', {
|
||||||
params: episodesParams
|
params: episodesParams
|
||||||
|
Loading…
x
Reference in New Issue
Block a user