+ {% if obj.file_details.thumbnail %}
+
+ {% else %}
+
+ {% endif %}
{% if search_term is defined %}
{% elif obj.type.name == "Video" %}
-

+ {% if obj.file_details.thumbnail %}
+
+ 
+ {% else %}
+
+
+
+ {% endif %}
+
@@ -343,7 +358,7 @@ $.contextMenu({
callback: function( key, options) {
if( key == "details" ) { DetailsDBox() }
if( key == "view" ) { CallViewRoute( $(this).attr('id') ) }
- if( key == "move" ) { MoveDBox({{StoragePathNames()|safe}}, "{{url_for('internal', filename='icons.svg')}}") }
+ if( key == "move" ) { MoveDBox(move_paths, "{{url_for('internal', filename='icons.svg')}}") }
if( key == "del" ) { DelDBox('Delete') }
if( key == "undel") { DelDBox('Restore') }
if( key == "r90" ) { Transform(90) }