mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 17:14:29 +02:00
Minor UI fixes, hide cast button when not connected to server, update sort options
This commit is contained in:
parent
493d7aecc9
commit
c4c6377925
7 changed files with 32 additions and 23 deletions
|
@ -46,6 +46,14 @@ export default {
|
|||
{
|
||||
text: 'Size',
|
||||
value: 'size'
|
||||
},
|
||||
{
|
||||
text: 'File Birthtime',
|
||||
value: 'birthtimeMs'
|
||||
},
|
||||
{
|
||||
text: 'File Modified',
|
||||
value: 'mtimeMs'
|
||||
}
|
||||
],
|
||||
podcastItems: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue