mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Hide listen button if user has no read/listen permissions
This commit is contained in:
		| @@ -66,7 +66,7 @@ | ||||
|                     </ul> | ||||
|               </div> | ||||
|             {% endif %} | ||||
|             {% if audioentries|length > 0 %} | ||||
|             {% if audioentries|length > 0 and g.user.role_viewer() %} | ||||
|               <div class="btn-group" role="group"> | ||||
|                 <button id="listen-in-browser" type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||||
|                   <span class="glyphicon glyphicon-music"></span> {{_('Listen in Browser')}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ozzieisaacs
					Ozzieisaacs