jellyfin-archive / jellyfin-android-original

Android Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
274 stars 65 forks source link

[feature] Don't fetch data immediately after doubletap for skip was pressed #362

Open NChechulin opened 4 years ago

NChechulin commented 4 years ago

If user wants to skip 30 seconds of a video (with skip forward length set to 10 seconds), user has to doubletap multiple times. The problem is that user cant doubletap for second time before the data was fetched.

So, my suggestion is to start fetching the data only when some time passed after last doubletap, like it's done in YouTube official mobile app.