mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 08:16:00 +00:00
Fill in download_dir or audio_download_dir on launch
This commit is contained in:
@@ -10,6 +10,7 @@ import { AppComponent } from './app.component';
|
||||
import { EtaPipe, SpeedPipe, EncodeURIComponent } from './downloads.pipe';
|
||||
import { MasterCheckboxComponent, SlaveCheckboxComponent } from './master-checkbox.component';
|
||||
import { MeTubeSocket } from './metube-socket';
|
||||
import { NgSelectModule } from '@ng-select/ng-select';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@@ -25,7 +26,8 @@ import { MeTubeSocket } from './metube-socket';
|
||||
FormsModule,
|
||||
NgbModule,
|
||||
HttpClientModule,
|
||||
FontAwesomeModule
|
||||
FontAwesomeModule,
|
||||
NgSelectModule
|
||||
],
|
||||
providers: [CookieService, MeTubeSocket],
|
||||
bootstrap: [AppComponent]
|
||||
|
||||
Reference in New Issue
Block a user