Started working on activities
This commit is contained in:
parent
83871552d4
commit
8e1578f2cb
2
pages/activity/activity.pixy
Normal file
2
pages/activity/activity.pixy
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
component ActivityFeed
|
||||||
|
h1 Hello
|
@ -63,12 +63,6 @@ export default class AudioPlayer {
|
|||||||
// Stop current track
|
// Stop current track
|
||||||
this.stop()
|
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.currentSoundTrackId = trackId
|
||||||
this.arn.markPlayingSoundTrack()
|
this.arn.markPlayingSoundTrack()
|
||||||
this.arn.loading(true)
|
this.arn.loading(true)
|
||||||
|
Loading…
Reference in New Issue
Block a user