feat: 支持获取我的收藏夹、收藏的视频合集与关注的 up 主 (#349)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-06-02 00:15:21 +08:00
committed by GitHub
parent c07e475fe6
commit 8510aa318e
5 changed files with 135 additions and 43 deletions

View File

@@ -8,6 +8,7 @@ use tokio::io::{AsyncWriteExt, BufWriter};
use crate::config::{CONFIG, NFOTimeType};
#[allow(clippy::upper_case_acronyms)]
pub enum NFO<'a> {
Movie(Movie<'a>),
TVShow(TVShow<'a>),