Skip to content

Commit

Permalink
Update everything and index new media on oblecto start
Browse files Browse the repository at this point in the history
  • Loading branch information
robinp7720 committed Jan 23, 2024
1 parent 3f41623 commit dad68b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/oblecto/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ export default class Oblecto {
this.seedboxController = new SeedboxController(this);
this.seedboxController.loadAllSeedboxes();

this.seriesCollector.collectAll();
this.movieCollector.collectAll();

this.fileUpdateCollector.collectAllFiles();

if (config.federation.enable) {
this.fedartionController = new FederationController(this);
this.federationClientController = new FederationClientController(this);
Expand Down

0 comments on commit dad68b7

Please sign in to comment.