Skip to content

Commit

Permalink
Merge pull request #71 from jaedb/develop
Browse files Browse the repository at this point in the history
Buildout 2.6.0
  • Loading branch information
jaedb committed Mar 7, 2016
2 parents daee193 + 0b3fe63 commit 5ea7ab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion mopidy_spotmop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from services.auth import auth
from mopidy import config, ext

__version__ = '2.5.19'
__version__ = '2.6.0'
__ext_name__ = 'spotmop'
__verbosemode__ = False

Expand Down
7 changes: 1 addition & 6 deletions mopidy_spotmop/static/app/search/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,7 @@ <h1 class="mobile-hide">Search results</h1>
</div>

<div ng-if="type == 'track'">
<div class="search-items tracklist" ng-controller="TracklistController">
<track ng-repeat="track in tracklist.tracks"></track>
</div>
<div ng-hide="tracklist.tracks.length || loading" class="no-items">
No items
</div>
<tracklist ng-if="tracklist.tracks" tracks="tracklist.tracks" type="track" class="tracklist search-results"></tracklist>
</div>

<div ng-if="type == 'all'">
Expand Down
7 changes: 1 addition & 6 deletions src/app/search/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,7 @@ <h1 class="mobile-hide">Search results</h1>
</div>

<div ng-if="type == 'track'">
<div class="search-items tracklist" ng-controller="TracklistController">
<track ng-repeat="track in tracklist.tracks"></track>
</div>
<div ng-hide="tracklist.tracks.length || loading" class="no-items">
No items
</div>
<tracklist ng-if="tracklist.tracks" tracks="tracklist.tracks" type="track" class="tracklist search-results"></tracklist>
</div>

<div ng-if="type == 'all'">
Expand Down

0 comments on commit 5ea7ab4

Please sign in to comment.