aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github/daneren2005/dsub/view/PlaylistSongView.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/view/PlaylistSongView.java b/src/github/daneren2005/dsub/view/PlaylistSongView.java
index 873470bc..53e9fafc 100644
--- a/src/github/daneren2005/dsub/view/PlaylistSongView.java
+++ b/src/github/daneren2005/dsub/view/PlaylistSongView.java
@@ -65,6 +65,9 @@ public class PlaylistSongView extends UpdateView {
@Override
protected void updateBackground() {
+ // Make sure to reset when starting count
+ count = 0;
+
// Don't try to lookup playlist for Create New
if(!"-1".equals(playlist.getId())) {
MusicDirectory cache = FileUtil.deserialize(context, Util.getCacheName(context, "playlist", playlist.getId()), MusicDirectory.class);