Moves some modules and files, adds save subtitles

This commit is contained in:
Guillaume Tâche
2024-08-06 20:03:19 +02:00
parent 5efdaa6f63
commit c2efb71195
117 changed files with 989 additions and 353 deletions

View File

@@ -0,0 +1,6 @@
/**
* Module for autosubtitle client
*/
module com.github.gtache.autosubtitle.client {
requires transitive com.github.gtache.autosubtitle.core;
}