Warning: session_start(): open(/var/lib/php/sessions/sess_4p5be5dc3c4th1jh2jhcb180e8, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!752
static JTable table;
static L tableData;
p-awt {
substance();
showFrame(table = tableWithToolTips());
thread "Searching Videos..." {
tableData = findVideoFiles();
dataToTable_uneditable(table, standardFilesTable(tableData));
}
onDoubleClickOrEnter(table, voidfunc(int row) {
playVideo(tableData.get(row));
});
hideConsole();
}