Browse Source

Replaced albums.load() with lychee.goto()

Tobias Reich 8 years ago
parent
commit
45f8ff053e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/scripts/album.js
  2. 1 1
      src/scripts/search.js

+ 1 - 1
src/scripts/album.js

@@ -594,7 +594,7 @@ album.merge = function(albumIDs) {
 				lychee.error(null, params, data)
 			} else {
 				albums.refresh()
-				albums.load()
+				lychee.goto()
 			}
 
 		})

+ 1 - 1
src/scripts/search.js

@@ -94,7 +94,7 @@ search.reset = function() {
 		search.hash = null
 
 		lychee.animate('.divider', 'fadeOut')
-		albums.load()
+		lychee.goto()
 
 	}