don't add 'blank page' to navigation history

This commit is contained in:
Drew Weymouth
2023-05-16 17:27:39 -07:00
parent 9e7ef075d7
commit 480bd7a89d
2 changed files with 13 additions and 23 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package controller
type PageName int
const (
Blank PageName = iota
None PageName = iota // nil case
Album
Albums
Artist