store source tag

This commit is contained in:
🪞👃🪞 2025-04-04 21:47:59 +03:00
parent 72607e482c
commit 300cc8864a
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,6 @@ use crate::*;
use std::cmp::{Eq, PartialEq, Ord, PartialOrd, Ordering};
use lofty::tag::TagItem;
#[derive(Debug)]
pub struct Entry {
/// How many levels deep is this from the working directory
pub depth: usize,