Skip to content

Instantly share code, notes, and snippets.

@geek1706
Last active July 24, 2019 09:54
Show Gist options
  • Save geek1706/b75a4545e0656ab8413d24b65e63e1eb to your computer and use it in GitHub Desktop.
Save geek1706/b75a4545e0656ab8413d24b65e63e1eb to your computer and use it in GitHub Desktop.

Revisions

  1. geek1706 revised this gist Jul 24, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions music-offline.json
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,9 @@
    "supportedAudioFiles": [
    "mp3",
    "wav"
    ],
    "supportedVideoFiles" : [
    "mov",
    "mp4"
    ]
    }
  2. geek1706 revised this gist Jul 14, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion music-offline.json
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,6 @@
    "enableGoogleDrive": false,
    "supportedAudioFiles": [
    "mp3",
    "wmv"
    "wav"
    ]
    }
  3. geek1706 revised this gist Jul 14, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion music-offline.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {
    "enableDropbox": true,
    "enableGoogleDrive": true,
    "enableGoogleDrive": false,
    "supportedAudioFiles": [
    "mp3",
    "wmv"
  4. geek1706 created this gist Jul 14, 2019.
    8 changes: 8 additions & 0 deletions music-offline.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    {
    "enableDropbox": true,
    "enableGoogleDrive": true,
    "supportedAudioFiles": [
    "mp3",
    "wmv"
    ]
    }