mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 20:22:01 -06:00
Rework episode filtering
This commit is contained in:
parent
e7ac6d8874
commit
287df84382
11 changed files with 515 additions and 833 deletions
|
|
@ -12,6 +12,7 @@ use std::collections::BTreeMap;
|
|||
use std::env;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Clone)]
|
||||
pub struct SingleFormat {
|
||||
pub identifier: String,
|
||||
|
|
@ -347,6 +348,7 @@ impl Iterator for SingleFormatCollectionIterator {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Clone)]
|
||||
pub struct Format {
|
||||
pub title: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue