Started working on activities

This commit is contained in:
Eduard Urbach 2018-10-31 12:17:21 +09:00
parent 83871552d4
commit 8e1578f2cb
2 changed files with 2 additions and 6 deletions

View File

@ -0,0 +1,2 @@
component ActivityFeed
h1 Hello

View File

@ -63,12 +63,6 @@ export default class AudioPlayer {
// Stop current track
this.stop()
// Check if we have PRO status after 5 plays
if(this.playId >= 6 && this.arn.user.dataset.pro !== "true") {
this.arn.statusMessage.showInfo("Please buy a PRO account to get unlimited access to the Anime Radio.", -1)
return
}
this.arn.currentSoundTrackId = trackId
this.arn.markPlayingSoundTrack()
this.arn.loading(true)