Removed the "(beta)"-tag from services (#8637)

This commit is contained in:
litetex 2022-07-24 14:57:23 +02:00 committed by GitHub
parent 8f37015dbb
commit 51e72d1a05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 14 deletions

View file

@ -169,15 +169,6 @@ public final class ServiceHelper {
}
}
public static boolean isBeta(final StreamingService s) {
switch (s.getServiceInfo().getName()) {
case "YouTube":
return false;
default:
return true;
}
}
public static void initService(final Context context, final int serviceId) {
if (serviceId == ServiceList.PeerTube.getServiceId()) {
final SharedPreferences sharedPreferences = PreferenceManager