aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/view/PodcastChannelView.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/view/PodcastChannelView.java b/src/github/daneren2005/dsub/view/PodcastChannelView.java
index aff97524..0e773d14 100644
--- a/src/github/daneren2005/dsub/view/PodcastChannelView.java
+++ b/src/github/daneren2005/dsub/view/PodcastChannelView.java
@@ -79,6 +79,9 @@ public class PodcastChannelView extends UpdateView {
pinned = false;
}
exists = true;
+ } else {
+ pinned = false;
+ exists = false;
}
}
}