mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-05-31 17:52:10 +00:00
DownloadRunnableFallback: Fix error with log tag being too long
Abbreviate Download -> DL 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 = "DLRunnableFallback";
|
||||
|
||||
private final DownloadMission mMission;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user