Last active
July 24, 2019 09:54
-
-
Save geek1706/b75a4545e0656ab8413d24b65e63e1eb to your computer and use it in GitHub Desktop.
Music offline config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"enableDropbox": true, | |
"enableGoogleDrive": false, | |
"supportedAudioFiles": [ | |
"mp3", | |
"wav" | |
], | |
"supportedVideoFiles" : [ | |
"mov", | |
"mp4" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment