Skip to content

Commit

Permalink
removed old scanner code
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarleanu committed Aug 18, 2022
1 parent c060c54 commit 67b7223
Show file tree
Hide file tree
Showing 9 changed files with 246 additions and 1,886 deletions.
245 changes: 245 additions & 0 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dim/src/external/mock.rs
Expand Up @@ -19,7 +19,7 @@ impl ExternalQuery for MockProvider {
unimplemented!()
}

async fn actors(&self, external_id: &str) -> Result<Vec<ExternalActor>> {
async fn cast(&self, external_id: &str) -> Result<Vec<ExternalActor>> {
unimplemented!()
}
}
2 changes: 0 additions & 2 deletions dim/src/lib.rs
Expand Up @@ -40,8 +40,6 @@ pub mod logger;
pub mod routes;
/// New generation scanner infrastructure.
pub mod scanner;
/// Contains our media scanners and so on.
pub mod scanners;
/// Contains the fairing which tracks streams across rest api
pub mod stream_tracking;
/// Contains all the logic needed for streaming and on-the-fly transcoding.
Expand Down
File renamed without changes.

0 comments on commit 67b7223

Please sign in to comment.