Skip to content

Commit

Permalink
Formatting improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Feb 8, 2018
1 parent 734f56c commit bea5356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,6 @@ help-background = rgb(7, 12, 23);
margin-bottom: 7px;
padding: 7px 7px 14px 7px;
background: help-background;
.close {
}
}
.title {
a {
Expand Down
4 changes: 2 additions & 2 deletions src/lib/sound/soundLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function SoundcloudLoader(player) {
}
});
});
};
}


this.directStream = function(direction){
Expand All @@ -80,7 +80,7 @@ function SoundcloudLoader(player) {
else this.streamPlaylistIndex--;
}
if(this.streamPlaylistIndex>=0 && this.streamPlaylistIndex<=this.sound.track_count-1) {
this.player.setAttribute('src',this.streamUrl());
this.player.setAttribute('src', this.streamUrl());
this.player.play();
}
}
Expand Down

0 comments on commit bea5356

Please sign in to comment.