aboutsummaryrefslogtreecommitdiffstats
path: root/src/status
diff options
context:
space:
mode:
Diffstat (limited to 'src/status')
-rw-r--r--src/status/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status/mod.rs b/src/status/mod.rs
index 688ac9a..7ffe8d7 100644
--- a/src/status/mod.rs
+++ b/src/status/mod.rs
@@ -72,7 +72,7 @@ pub async fn show(app: &App) -> Result<()> {
let drop_videos_changing = get!(@changing all_videos, Drop);
let dropped_videos_changing = get!(@changing all_videos, Dropped);
- let subscriptions = get_subscriptions(&app).await?;
+ let subscriptions = get_subscriptions(app).await?;
let subscriptions_len = subscriptions.0.len();
let cache_usage_raw = Downloader::get_current_cache_allocation(app)