diff --git a/readme.md b/readme.md index 88321f4b..f545877b 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,6 @@ A multi-user music service for self-hosting. - Search of music, singer, musicbill and lyric - Support of Two-Factor Authentication - [PWA](https://developer.mozilla.org/docs/Web/Progressive_web_apps) supports both desktop and mobile -- [Native client for iPhone/iPad/macOS](https://github.com/mebtte/cicada-swift)(under development) - Support of building APP from [HTTP API](https://www.postman.com/cicada-player/workspace/cicada-v2) ## Deployment @@ -203,13 +202,6 @@ UPDATE user SET twoFASecret = NULL WHERE username = ; -
- Why can't play next music on iOS/iPadOS automatically ? - -Because compatibility of PWA is broken on iOS/iPadOS, there is a plan to develop a App for iOS/iPadOS but it is uncertain. - -
- ## License [GPL](./license)