mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Implemented Rumble creator search and added logging for Failed search channels error.
This commit is contained in:
parent
1531a558a5
commit
e365e0219e
3 changed files with 3 additions and 2 deletions
|
@ -572,6 +572,7 @@ class StatePlatform {
|
|||
pagers.put(it.searchChannels(query), 1f);
|
||||
}
|
||||
catch(ex: Throwable) {
|
||||
Logger.e(TAG, "Failed search channels", ex)
|
||||
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…
Add table
Reference in a new issue