HackingGate / MyAnimeList-AppleMultiplatform

Unofficial MyAnimeList app for Apple TV, iPhone, iPad and Mac rewritten in SwiftUI (previous was TVML/TVJS) (never tries to publish to App Store due to potential copyright issue)
MIT License
23 stars 0 forks source link

Add JikanSwift as SwiftPM #1

Closed HackingGate closed 3 years ago

HackingGate commented 4 years ago

Added

HackingGate commented 4 years ago

New bugs introduced waiting to fix:

Tried to pass environmentObject(store) but currentTime and duration were unable to get.

HackingGate commented 3 years ago

The reason why currentTime and duration were unable to get is because a new instance of AVPlayer were created.