From 32ad48ff8302380d696ac7860f110e2118bc6e1a Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Sat, 7 Jan 2023 19:31:34 +0100 Subject: [PATCH] Change android app to SmartTV login description (#117) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a6609..8b04d74 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Every ~60 seconds, the application sends a "minute watched" event to the channel ### Notes: - Make sure to keep your cookies file safe, as the authorization information it stores can give another person access to your Twitch account. -- Successfully logging into your Twitch account in the application, may cause Twitch to send you a "New Login" notification email. This is normal - you can verify that it comes from your own IP address. The application uses the Twitch's Android app user agent, so the detected browser during the login should signify that as well. +- Successfully logging into your Twitch account in the application, may cause Twitch to send you a "New Login" notification email. This is normal - you can verify that it comes from your own IP address. The application uses the Twitch's SmartTV account linking process, so the detected browser during the login should signify that as well. - The time remaining timer always countdowns a single minute and then stops - it is then restarted only after the application redetermines the remaining time. This "redetermination" can happen as early as at 10 seconds in a minute remaining, and as late as 20 seconds after the timer reaches zero (especially when finishing mining a drop), but is generally only an approximation and does not represent nor affect actual mining speed. The time variations are due to Twitch sometimes not reporting drop progress at all, or reporting progress for the wrong drop - these cases have all been accounted for in the application though. ### Support