Skip to content

Commit

Permalink
douban
Browse files Browse the repository at this point in the history
  • Loading branch information
yfang1644 committed Aug 29, 2018
1 parent 428511c commit 8bd7ce2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
7 changes: 5 additions & 2 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@

<addon id="plugin.video.mgtv"
name="芒果TV"
version="1.0.2"
version="1.1.0"
provider-name="yfang1644">
<requires>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
Expand Down Expand Up @@ -360,8 +360,11 @@

<addon id="plugin.audio.doubanfm"
name="豆瓣调频"
version="1.0.2"
version="1.0.3"
provider-name="yfang1644">
<requires>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83b1453a181c70eb423fe317928cf2a5 addons.xml
ce854ef7781435239681e7220835de5b addons.xml
3 changes: 1 addition & 2 deletions plugin.audio.doubanfm/addon.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.doubanfm"
name="豆瓣调频"
version="1.0.2"
version="1.0.3"
provider-name="yfang1644">
<requires>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
</requires>

<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
Expand Down
1 change: 0 additions & 1 deletion plugin.audio.doubanfm/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import urllib2
from json import load


LIST = ['为你推荐', '最热', '流行', '摇滚', '民谣', '原声',
'轻音乐', '古典', '电子', '华语', '欧美', '日语',
'粤语', '独立', '动漫', '新世纪', '中国摇滚', 'R&B']
Expand Down
Binary file not shown.

0 comments on commit 8bd7ce2

Please sign in to comment.