diff --git a/README.md b/README.md
index 1d6d628..e7af6cc 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ These parameters can be configured by opening the plugin settings
* Docker - the container is being run as a non-root user while having been built as a root user, causing the web files to be owned by root. To solve this, you can remove any lines like `User: 1000:1000`, `GUID:`, `PID:`, etc. from the jellyfin docker compose file.
* Install from distro repositories - the jellyfin-server will execute as `jellyfin` user while the web files will be owned by `root`, `www-data`, etc. This can likely be fixed by adding the `jellyfin` user (or whichever user executes the jellyfin server) to the same group that owns the jellyfin-web folders. **You should only do this if they are owned by a group other than root**.
-
+- The official Android and Android TV app do not support the skip button. For these apps, you will need to use the autoskip option. Please note that there is currently an [issue](https://github.com/jumoog/intro-skipper/issues/168) with autoskip not working because the apps never receive the seek command from Jellyfin.
## Installation (MacOS)
1. Build ffmpeg with chromaprint support using brew: