mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
chore: correct typos detected by typos-cli
This commit is contained in:
parent
56330118a6
commit
927f5a92f1
@ -103,7 +103,7 @@ Features
|
||||
Contributing
|
||||
</h2>
|
||||
|
||||
Whether you have ideas, translations, design changes, code cleaning or really heavy code changes, help is always welcome. The more is done, the better it gets! Please respect our [Code of Conduct](https://github.com/libre-tube/LibreTube/blob/master/CODE_OF_CONDUCT.md) in order to keep all interactions and dicussions healthy.
|
||||
Whether you have ideas, translations, design changes, code cleaning or really heavy code changes, help is always welcome. The more is done, the better it gets! Please respect our [Code of Conduct](https://github.com/libre-tube/LibreTube/blob/master/CODE_OF_CONDUCT.md) in order to keep all interactions and discussions healthy.
|
||||
|
||||
You can open and build the project like any other normal Android project by using Android Studio.
|
||||
|
||||
|
@ -13,7 +13,7 @@ data class PipedInstance(
|
||||
val cdn: Boolean = false,
|
||||
val registered: Long = 0,
|
||||
@SerialName("last_checked") val lastChecked: Long = 0,
|
||||
@SerialName("cache") val chache: Boolean = false,
|
||||
@SerialName("cache") val cache: Boolean = false,
|
||||
@SerialName("s3_enabled") val s3Enabled: Boolean = false,
|
||||
@SerialName("image_proxy_url") val imageProxyUrl: String = "",
|
||||
@SerialName("registration_disabled") val registrationDisabled: Boolean = false,
|
||||
|
@ -150,7 +150,7 @@ class YoutubeHlsPlaylistParser : ParsingLoadable.Parser<HlsPlaylist> {
|
||||
|
||||
Rendition(
|
||||
it.url,
|
||||
createAudioFormatFromAcountValue(
|
||||
createAudioFormatFromAccountValue(
|
||||
pathSegments[sgoapPathParameterValueIndex],
|
||||
it.format
|
||||
),
|
||||
@ -174,7 +174,7 @@ class YoutubeHlsPlaylistParser : ParsingLoadable.Parser<HlsPlaylist> {
|
||||
* @return an [Format] based of the original one provided or the original one if the `acont`
|
||||
* property has been not found
|
||||
*/
|
||||
private fun createAudioFormatFromAcountValue(
|
||||
private fun createAudioFormatFromAccountValue(
|
||||
sgoapPathParameterValue: String,
|
||||
audioFormat: Format
|
||||
): Format {
|
||||
|
@ -3,7 +3,7 @@ Refactor background play (now supports SponsorBlock too)
|
||||
Audio quality and format settings
|
||||
Option to set default subtitle language
|
||||
Watch progress on the video thumbnail
|
||||
Push notifcations for new streams (unstable)
|
||||
Push notifications for new streams (unstable)
|
||||
New Toolbar Design
|
||||
Search Refactor
|
||||
In-app crash handler
|
||||
|
@ -1,5 +1,5 @@
|
||||
* Automatically use Material You accent on first app startup when supported
|
||||
* Include playlist name in toast after succesfully adding video
|
||||
* Include playlist name in toast after successfully adding video
|
||||
* fix: too many chapters highlighted in dialog, crash on selection
|
||||
* fix: disabled proxy when lbry stream available
|
||||
* fix: watch positions don't retain
|
||||
|
@ -1,4 +1,4 @@
|
||||
* fix: persistance of sponsorblock category prefs
|
||||
* fix: persistence of sponsorblock category prefs
|
||||
* fix: crash when removing video from playlist
|
||||
* fix: download paused notification shown instead of completed
|
||||
* fix(import): prevent crash when importing
|
||||
|
Loading…
Reference in New Issue
Block a user