Skip to content

Commit

Permalink
去除无用选项
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikage0o0 committed Oct 15, 2023
1 parent 9616e61 commit c47c759
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/qbittorrent/src/setting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pub struct Setting {
pub struct RoomSetting {
pub download_path: PathBuf,
pub room_id: String,
pub db_path: PathBuf,
}

impl Setting {
Expand All @@ -34,7 +33,6 @@ impl Setting {
room: vec![RoomSetting {
download_path: path.as_ref().join("qbittorrent").join("download"),
room_id: "".to_string(),
db_path: path.as_ref().join("qbittorrent").join("db"),
}],
qbit_user: "admin".to_string(),
qbit_pass: "adminadmin".to_string(),
Expand Down

0 comments on commit c47c759

Please sign in to comment.