mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-13 11:29:11 +01:00
Store APK names with URLs (#432)
This commit is contained in:
@@ -50,7 +50,7 @@ class SourceForge extends AppSource {
|
||||
.toList();
|
||||
return APKDetails(
|
||||
version,
|
||||
apkUrlList,
|
||||
getApkUrlsFromUrls(apkUrlList),
|
||||
AppNames(
|
||||
name, standardUrl.substring(standardUrl.lastIndexOf('/') + 1)));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user