mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-02 17:32:01 +02:00
Support opening folders with media files
D&D folder with videos onto Clapper window to play them as video playlist. If folder contains exactly one video and subtitle file, then that video will be played with subtitles automatically applied.
This commit is contained in:
@@ -62,7 +62,7 @@ class ClapperFileChooser extends Gtk.FileChooserNative
|
||||
if(isHandlesOpen)
|
||||
application.open(filesArray, "");
|
||||
else
|
||||
application._openFiles(filesArray);
|
||||
application._openFilesAsync(filesArray);
|
||||
}
|
||||
|
||||
this.unref();
|
||||
|
Reference in New Issue
Block a user