summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 91eacb7c03..2646a27040 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -116,7 +116,7 @@
0 = Track entry is valid
1 = Track does not exist on disk and should be skipped
*/
-#define PLAYLIST_SEEK_MASK 0x07FFFFFF
+#define PLAYLIST_SEEK_MASK 0x0FFFFFFF
#define PLAYLIST_INSERT_TYPE_MASK 0xC0000000
#define PLAYLIST_QUEUE_MASK 0x20000000