mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix episode sort by publishedAt instead of pubDate
This commit is contained in:
		
							parent
							
								
									044804115b
								
							
						
					
					
						commit
						7ef44eb75b
					
				@ -46,7 +46,7 @@ export default {
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          text: 'Pub Date',
 | 
			
		||||
          value: 'pubDate'
 | 
			
		||||
          value: 'publishedAt'
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user