broadcast new files to the frontend after file was remotely uploaded

This commit is contained in:
Čarodej
2022-04-23 09:44:43 +02:00
parent 4b366747b6
commit 0a9740a363
14 changed files with 159 additions and 62 deletions
+1 -1
View File
@@ -948,6 +948,6 @@ return [
'remote_links_help' => 'For every line paste one link',
'paste_remote_links_here' => 'Paste your remote links here...',
'remote_download_submitted' => 'Your links will be downloaded as soon as possible',
'remote_download_processed' => 'Your links were processed successfully',
'remote_download_processed' => 'Links was added to the queue and will be downloaded soon',
],
];
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
return [
'version' => '2.0.19',
'version' => '2.1.0',
'is_demo' => env('APP_DEMO', false),