mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-02-06 02:00:17 +00:00
DownloadRunnableFallback: Fix error with log tag being too long
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ import static us.shandian.giga.get.DownloadMission.ERROR_HTTP_FORBIDDEN;
|
||||
* Single-threaded fallback mode
|
||||
*/
|
||||
public class DownloadRunnableFallback extends Thread {
|
||||
private static final String TAG = "DownloadRunnableFallback";
|
||||
private static final String TAG = DownloadRunnableFallback.class.getSimpleName();
|
||||
|
||||
private final DownloadMission mMission;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user