Merge branch 'release/0.5.0' into develop

This commit is contained in:
JackDandy 2014-12-20 16:31:24 +00:00
commit 83dde57d1c
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@
* Fix network sorting on home page
* Fix restart issue
* Fix to use new TorrentDay URLs
* Fix typo in menu item Manage/Update XBMC
### 0.4.0 (2014-12-04 10:50:00 UTC)

View file

@ -168,7 +168,7 @@
<li><a href="$sbRoot/home/updatePLEX/" tabindex="$tab#set $tab += 1#"><i class="menu-icon-backlog-view"></i>&nbsp;Update PLEX</a></li>
#end if
#if $sickbeard.USE_XBMC and $sickbeard.XBMC_HOST != "":
<li><a href="$sbRoot/home/updateXBMC/" tabindex="16><i class="menu-icon-xbmc""></i>&nbsp;Update XBMC</a></li>
<li><a href="$sbRoot/home/updateXBMC/" tabindex="$tab#set $tab += 1#"><i class="menu-icon-xbmc"></i>&nbsp;Update XBMC</a></li>
#end if
#if $sickbeard.USE_TORRENTS and $sickbeard.TORRENT_METHOD != 'blackhole' \
and ($sickbeard.ENABLE_HTTPS and $sickbeard.TORRENT_HOST[:5] == 'https' \