diff --git a/pages/activity/activity.pixy b/pages/activity/activity.pixy new file mode 100644 index 00000000..7f0dc41c --- /dev/null +++ b/pages/activity/activity.pixy @@ -0,0 +1,2 @@ +component ActivityFeed + h1 Hello \ No newline at end of file diff --git a/scripts/AudioPlayer.ts b/scripts/AudioPlayer.ts index ab1d8e52..7c6a0eef 100644 --- a/scripts/AudioPlayer.ts +++ b/scripts/AudioPlayer.ts @@ -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)