Skip to content

Commit

Permalink
merge master version 0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkeret committed Feb 27, 2015
1 parent 1e3aa1c commit b4632e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _fetch_info_recentaireditems(self):
if __addon__.getSetting("recentaireditems_enable") == 'true':
self._fetch_movies('RecentAiredMovie')
self._fetch_tvshows('RecentAiredEpisode')
self._fetch_musicvideo('RecentAiredMusicVideo')
self._fetch_musicvideos('RecentAiredMusicVideo')
self._fetch_albums('RecentAiredAlbum')
#b = datetime.datetime.now()
#c = b - a
Expand Down

0 comments on commit b4632e8

Please sign in to comment.