mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-05-04 00:24:26 +02:00
Implemented Rumble creator search and added logging for Failed search channels error.
This commit is contained in:
parent
1531a558a5
commit
e365e0219e
@ -572,6 +572,7 @@ class StatePlatform {
|
|||||||
pagers.put(it.searchChannels(query), 1f);
|
pagers.put(it.searchChannels(query), 1f);
|
||||||
}
|
}
|
||||||
catch(ex: Throwable) {
|
catch(ex: Throwable) {
|
||||||
|
Logger.e(TAG, "Failed search channels", ex)
|
||||||
UIDialogs.toast("Failed search channels on [${it.name}]\n(${ex.message})");
|
UIDialogs.toast("Failed search channels on [${it.name}]\n(${ex.message})");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 16c09b9e2153d84714ff09a6451f148e2b63d82c
|
Subproject commit 4b5d9f12a73b3502328c84b6931aa82e424438c0
|
@ -1 +1 @@
|
|||||||
Subproject commit 16c09b9e2153d84714ff09a6451f148e2b63d82c
|
Subproject commit 4b5d9f12a73b3502328c84b6931aa82e424438c0
|
Loading…
x
Reference in New Issue
Block a user