mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
update/fix remote
This commit is contained in:
@@ -48,6 +48,14 @@ function debugMessage(msg)
|
||||
}
|
||||
}
|
||||
|
||||
function validateDuration(d)
|
||||
{
|
||||
if(typeof d === "undefined" || d < 0)
|
||||
return d = 0;
|
||||
else
|
||||
return d *= 1000;
|
||||
}
|
||||
|
||||
function getHashtag()
|
||||
{
|
||||
if(getStorage('lasthashtag', true) != null)
|
||||
|
Reference in New Issue
Block a user