Skip to content

Commit

Permalink
fix: sidebar local music highlight error
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Mar 1, 2021
1 parent 14e1fbb commit d6256d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,10 @@ <h2>{{ backup.id }} {{backup.description}}</h2>
<div class="title">{{_MY_MUSIC}}</div>
</div>
<ul ng-if="!isChrome" class="nav masthead-nav">
<li ng-click="showPlaylist('lmplaylist_reserve')">
<li
ng-click="showPlaylist('lmplaylist_reserve')"
ng-class="{ 'active':window_type=='list' && ( '/playlist?list_id=lmplaylist_reserve' === getCurrentUrl() ) }"
>
<span class="icon li-featured-list"></span
><a>{{_LOCAL_MUSIC}}</a>
</li>
Expand Down

0 comments on commit d6256d7

Please sign in to comment.