mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-03 19:07:00 -05:00 
			
		
		
		
	Make sort column title more clear & add ep#
This commit is contained in:
		
							parent
							
								
									88354de495
								
							
						
					
					
						commit
						9f69a8ace3
					
				@ -13,7 +13,8 @@
 | 
			
		||||
      <div v-if="!episodes.length" class="flex my-4 text-center justify-center text-xl">No Episodes</div>
 | 
			
		||||
      <table v-else class="text-sm tracksTable">
 | 
			
		||||
        <tr class="font-book">
 | 
			
		||||
          <th class="text-left w-16"><span class="px-4">#</span></th>
 | 
			
		||||
          <th class="text-left">Sort #</th>
 | 
			
		||||
          <th class="text-left">Episode #</th>
 | 
			
		||||
          <th class="text-left">Title</th>
 | 
			
		||||
          <th class="text-center w-28">Duration</th>
 | 
			
		||||
          <th class="text-center w-28">Size</th>
 | 
			
		||||
@ -22,6 +23,9 @@
 | 
			
		||||
          <td class="text-left">
 | 
			
		||||
            <p class="px-4">{{ episode.index }}</p>
 | 
			
		||||
          </td>
 | 
			
		||||
          <td class="text-left">
 | 
			
		||||
            <p class="px-4">{{ episode.episode }}</p>
 | 
			
		||||
          </td>
 | 
			
		||||
          <td class="font-book">
 | 
			
		||||
            {{ episode.title }}
 | 
			
		||||
          </td>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user