--- addons.orig/plugin.video.ardundzdf/resources/lib/util.py	2023-11-20 10:19:24.864309261 +0100
+++ addons/plugin.video.ardundzdf/resources/lib/util.py	2023-11-20 16:24:50.345639396 +0100
@@ -1053,7 +1053,11 @@
 		li.addContextMenuItems(commands)				
 	
 	xbmcplugin.addDirectoryItem(handle=HANDLE,url=add_url,listitem=li,isFolder=isFolder)
-	
+
+	# note: omitting this affects list display:                                         # + kujub
+	#       thumbs are also shown before labels, but no watched checkmark, no duration  # + kujub
+	xbmcplugin.setContent (handle = HANDLE, content = 'videos')                         # + kujub
+
 	PLog('addDir_End')		
 	return	
 
