diff --git a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/exoplayer/other/V2/CustomOverridesRenderersFactory.java b/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/exoplayer/other/V2/CustomOverridesRenderersFactory.java index 24e02acc12..9a9b469b92 100644 --- a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/exoplayer/other/V2/CustomOverridesRenderersFactory.java +++ b/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/exoplayer/other/V2/CustomOverridesRenderersFactory.java @@ -25,7 +25,7 @@ */ public class CustomOverridesRenderersFactory extends DefaultRenderersFactory { private static final String TAG = CustomOverridesRenderersFactory.class.getSimpleName(); - private static final String[] FRAME_DROP_OVERRIDE_LIST = {"T95ZPLUS (q201_3GB)"}; + private static final String[] FRAME_DROP_FIX_LIST = {"T95ZPLUS (q201_3GB)"}; public CustomOverridesRenderersFactory(FragmentActivity activity) { super(activity); @@ -110,7 +110,7 @@ protected void buildVideoRenderers(Context context, allowedVideoJoiningTimeMs, out); - if (!Helpers.contains(FRAME_DROP_OVERRIDE_LIST, Helpers.getDeviceName())) { + if (!Helpers.contains(FRAME_DROP_FIX_LIST, Helpers.getDeviceName())) { return; } diff --git a/smarttubetv/build.gradle b/smarttubetv/build.gradle index 19724b4a83..faf510ec1e 100644 --- a/smarttubetv/build.gradle +++ b/smarttubetv/build.gradle @@ -46,8 +46,8 @@ android { applicationId "com.liskovsoft.smarttubetv" minSdkVersion project.properties.minSdkVersion targetSdkVersion project.properties.targetSdkVersion - versionCode 132 - versionName "9.2" + versionCode 133 + versionName "9.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"