Skip to content

Commit

Permalink
fix: put back npm player (instead of local)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Vieilledent committed Jul 13, 2018
1 parent 03928d1 commit e33f36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/x-playback/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Ember from 'ember';
// 1- comment out the following `import`
// 2- comment in the `script` tag in the `template.hbs`
// cheers
// import 'npm:radio4000-player';
import 'npm:radio4000-player';

const {Component, get, inject, computed} = Ember;

Expand Down
2 changes: 1 addition & 1 deletion app/components/x-playback/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
track-id={{track.id}}
title="Radio4000 player. [⌨ g c = current channel] [⌨ g x = curent track]"
></radio4000-player>
<script src="http://localhost:4002/radio4000-player.min.js"></script>
<!-- <script src="http://localhost:4002/radio4000-player.min.js"></script> -->
</div>

<div class="Playback-layoutButtons">
Expand Down

0 comments on commit e33f36a

Please sign in to comment.