[peertube] implement sepia search

This commit is contained in:
bopol 2020-12-23 15:14:26 +01:00
parent f3dbb19364
commit 81bbef04dc
3 changed files with 11 additions and 2 deletions

View file

@ -48,6 +48,7 @@ public final class ServiceHelper {
case "all":
return c.getString(R.string.all);
case "videos":
case "sepia_videos":
case "music_videos":
return c.getString(R.string.videos_string);
case "channels":