Merge pull request #243 from pR0Ps/develop
Fix bug where templates strings were being requested from servers
This commit is contained in:
commit
adb97e868e
3 changed files with 8704 additions and 1 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Don't show diffs for lock files
|
||||||
|
package-lock.json binary
|
||||||
|
yarn.lock binary
|
||||||
|
|
||||||
|
# Everything in the dist folder is considered a binary
|
||||||
|
dist/** binary
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="title floatleft" title="{{o.description}}" ng-bind-html="o.name"></div>
|
<div class="title floatleft" title="{{o.description}}" ng-bind-html="o.name"></div>
|
||||||
<span class="artist floatleft" ng-bind-html="o.artist"></span>
|
<span class="artist floatleft" ng-bind-html="o.artist"></span>
|
||||||
<div ng-show="o.album && itemType !== 'archive'">
|
<div ng-show="o.album && itemType !== 'archive'">
|
||||||
<img src="{{o.coverartfull}}">
|
<img ng-src="{{o.coverartfull}}">
|
||||||
<a ng-href="#/library/0/{{o.albumId}}" class="albumblock floatleft" stop-event="click" ng-bind-html="o.album" title="{{o.album}}"></a>
|
<a ng-href="#/library/0/{{o.albumId}}" class="albumblock floatleft" stop-event="click" ng-bind-html="o.album" title="{{o.album}}"></a>
|
||||||
</div>
|
</div>
|
||||||
<a ng-show="o.album && itemType === 'archive'" ng-href="#/archive/{{o.artist}}/{{o.parentid}}" class="albumblock floatleft" stop-event="click" ng-bind-html="o.album" title="{{o.album}}"></a>
|
<a ng-show="o.album && itemType === 'archive'" ng-href="#/archive/{{o.artist}}/{{o.parentid}}" class="albumblock floatleft" stop-event="click" ng-bind-html="o.album" title="{{o.album}}"></a>
|
||||||
|
|
8697
package-lock.json
generated
Normal file
8697
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue