File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed
java/com/github/libretube Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ object PreferenceKeys {
6060 const val SEEK_INCREMENT = " seek_increment"
6161 const val DEFAULT_RESOLUTION = " default_res"
6262 const val DEFAULT_RESOLUTION_MOBILE = " default_res_mobile"
63- const val BUFFERING_GOAL = " buffering_goal"
6463 const val PLAYER_AUDIO_FORMAT = " player_audio_format"
6564 const val PLAYER_AUDIO_QUALITY = " player_audio_quality"
6665 const val PLAYER_AUDIO_QUALITY_MOBILE = " player_audio_quality_mobile"
Original file line number Diff line number Diff line change @@ -188,12 +188,6 @@ object PlayerHelper {
188188 false
189189 )
190190
191- private val bufferingGoal: Int
192- get() = PreferenceHelper .getString(
193- PreferenceKeys .BUFFERING_GOAL ,
194- " 50"
195- ).toInt() * 1000
196-
197191 val sponsorBlockEnabled: Boolean
198192 get() = PreferenceHelper .getBoolean(
199193 " sb_enabled_key" ,
Original file line number Diff line number Diff line change 158158 <string name =" show_updates" >Check updates automatically</string >
159159 <string name =" related_streams" >Related content</string >
160160 <string name =" related_streams_summary" >Show similar streams alongside what you watch</string >
161- <string name =" buffering_goal" >Preloading</string >
162- <string name =" buffering_goal_summary" >Max. amount of seconds of video to buffer</string >
163161 <string name =" playerVideoFormat" >Video format for player</string >
164162 <string name =" no_audio" >No audio</string >
165163 <string name =" no_video" >No video</string >
Original file line number Diff line number Diff line change 166166
167167 <PreferenceCategory app : title =" @string/misc" >
168168
169- <com .github.libretube.ui.preferences.EditNumberPreference
170- android : icon =" @drawable/ic_time"
171- app : defaultValue =" 50"
172- app : key =" buffering_goal"
173- app : summary =" @string/buffering_goal_summary"
174- app : title =" @string/buffering_goal" />
175-
176169 <SwitchPreferenceCompat
177170 android : icon =" @drawable/ic_call"
178171 android : summary =" @string/playback_during_call_summary"
You can’t perform that action at this time.
0 commit comments