fix(plex-sync): store plex added date and sort recently added by it

This commit is contained in:
sct
2021-01-13 09:51:11 +00:00
parent a262727078
commit d688a96759
7 changed files with 86 additions and 6 deletions

View File

@@ -2976,7 +2976,7 @@ paths:
name: sort
schema:
type: string
enum: [added, modified]
enum: [added, modified, mediaAdded]
default: added
responses:
'200':