bug fixes
This commit is contained in:
parent
6453a0cf95
commit
bd451e9925
2 changed files with 3 additions and 1 deletions
|
|
@ -164,6 +164,8 @@ export default Em.Component.extend(helperMixin, visualizerMixin, {
|
|||
} else {
|
||||
this.get('notify').alert({html: this.get('failedToPlayFileHtml')(song.fileName)});
|
||||
}
|
||||
|
||||
this.set('usingBeatPreferences', false);
|
||||
};
|
||||
audio.ontimeupdate = ()=>{
|
||||
this.set('timeElapsed', Math.floor(audio.currentTime));
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@
|
|||
<div id="beatArea" class="col-sm-7 col-xs-12">
|
||||
{{#if usingBeatPreferences}}
|
||||
<span data-toggle="tooltip" data-placement="bottom" data-title="Using the saved sensitivity preference from the last time you listened to this song" class="bootstrapTooltip savedStarTooltip">
|
||||
{{paper-icon id="saveBeatPreferencesStar" icon="star"}}
|
||||
{{paper-icon id="saveBeatPreferencesStar" class=dimmerOnClass icon="star"}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
|||
Reference in a new issue