From 04d6d3afd87942bbdc65261a1080682e4dc8182c Mon Sep 17 00:00:00 2001 From: Eshin Kunishima Date: Tue, 26 Jan 2016 22:18:49 +0900 Subject: [PATCH] Add support for albums --- popup_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup_script.js b/popup_script.js index 43304de..bb60372 100644 --- a/popup_script.js +++ b/popup_script.js @@ -286,7 +286,7 @@ var urlParts = tab.url.split("/"); // Set - if( urlParts[5] === "sets") + if( urlParts[5] === "sets" || urlParts[5] === "albums") { $("#setId").attr("value", urlParts[6]); $("#setOk").click();