Rework episode filtering

This commit is contained in:
bytedream 2024-06-14 00:17:08 +02:00
parent e7ac6d8874
commit 287df84382
11 changed files with 515 additions and 833 deletions

View file

@ -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,