mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Improved reliability of YouTube Music scrobbling
This commit is contained in:
parent
f42c1b5ed3
commit
c9048b4ff3
@ -62,6 +62,7 @@ replacetitle 빨간 맛 Red Flavor Red Flavor
|
||||
replacetitle 행복 (Happiness) Happiness
|
||||
replacetitle 봐 Look Look
|
||||
replacetitle RBB (Really Bad Boy) Really Bad Boy
|
||||
replacetitle 7월 7일 One Of These Nights One Of These Nights
|
||||
|
||||
# EXID
|
||||
countas Dasoni EXID
|
||||
|
Can't render this file because it has a wrong number of fields in line 5.
|
@ -41,7 +41,8 @@ function onTabUpdated(tabId, changeInfo, tab) {
|
||||
for (var i=0;i<patterns.length;i++) {
|
||||
if (tab.url.startsWith(patterns[i])) {
|
||||
//console.log("Still on same page!")
|
||||
tabManagers[tabId].update()
|
||||
//tabManagers[tabId].update()
|
||||
window.setTimeout(tabManagers[tabId].update(),1000);
|
||||
return
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Maloja Scrobbler",
|
||||
"version": "0.1",
|
||||
"version": "1.0",
|
||||
"description": "Scrobbles tracks from various sites to your Maloja server",
|
||||
"manifest_version": 2,
|
||||
"permissions": ["activeTab",
|
||||
|
Loading…
Reference in New Issue
Block a user