From 4ef79da4359973adc076d0feaf61f5520759f30a Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 11 Dec 2013 21:31:08 -0800 Subject: Fix unsyncing a podcast not immediately showing effect --- src/github/daneren2005/dsub/view/PodcastChannelView.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; } } } -- cgit v1.2.3