Merge branch 'chivesrs-master'

- Merges #1797 from @chivesrs
This commit is contained in:
Gregg Van Hove
2020-03-12 12:28:08 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@ Player.prototype.resume = function() {
Player.prototype.makeFavorite = function() {
this.currentlyPlayingSong.persistFavoriteStatus(true);
};
};

View File

@@ -4,4 +4,4 @@ function Song() {
Song.prototype.persistFavoriteStatus = function(value) {
// something complicated
throw new Error("not yet implemented");
};
};