mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Implemented Rumble creator search and added logging for Failed search channels error.
This commit is contained in:
@@ -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})");
|
||||
}
|
||||
};
|
||||
|
||||
Submodule app/src/stable/assets/sources/rumble updated: 16c09b9e21...4b5d9f12a7
Submodule app/src/unstable/assets/sources/rumble updated: 16c09b9e21...4b5d9f12a7
Reference in New Issue
Block a user