index
:
gifmusicvideo
master
play
Make music videos from gifs
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
storage.js
blob: d6277985de66bd6edc33175eba8559d9f111db7b (
plain
)
1
2
3
module
.
exports
.
songMakeKey
=
function
(
song
)
{
return
"sng::"
+
song
;
};