Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
Use radio_android as APP_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqin committed Feb 1, 2016
1 parent bbbbdb1 commit 1027360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var cheerio = require('cheerio')

var apis = require('./lib/apis')
var headers = require('./lib/custom-headers.json')
var APP_NAME = 'radio_desktop_win'
var APP_NAME = 'radio_android'
var APP_VERSION = 100
var APP_FROM = 'mainsite'

Expand Down Expand Up @@ -240,4 +240,4 @@ SDK.prototype.music_search = function(opt, cb) {
})
}

module.exports = SDK
module.exports = SDK

0 comments on commit 1027360

Please sign in to comment.