mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
Merge pull request #6602 from Bnyro/master
chore: correct typos detected by typos-cli
This commit is contained in:
commit
f22d91f776
@ -103,7 +103,7 @@ Features
|
|||||||
Contributing
|
Contributing
|
||||||
</h2>
|
</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.
|
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 cdn: Boolean = false,
|
||||||
val registered: Long = 0,
|
val registered: Long = 0,
|
||||||
@SerialName("last_checked") val lastChecked: 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("s3_enabled") val s3Enabled: Boolean = false,
|
||||||
@SerialName("image_proxy_url") val imageProxyUrl: String = "",
|
@SerialName("image_proxy_url") val imageProxyUrl: String = "",
|
||||||
@SerialName("registration_disabled") val registrationDisabled: Boolean = false,
|
@SerialName("registration_disabled") val registrationDisabled: Boolean = false,
|
||||||
|
@ -150,7 +150,7 @@ class YoutubeHlsPlaylistParser : ParsingLoadable.Parser<HlsPlaylist> {
|
|||||||
|
|
||||||
Rendition(
|
Rendition(
|
||||||
it.url,
|
it.url,
|
||||||
createAudioFormatFromAcountValue(
|
createAudioFormatFromAccountValue(
|
||||||
pathSegments[sgoapPathParameterValueIndex],
|
pathSegments[sgoapPathParameterValueIndex],
|
||||||
it.format
|
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`
|
* @return an [Format] based of the original one provided or the original one if the `acont`
|
||||||
* property has been not found
|
* property has been not found
|
||||||
*/
|
*/
|
||||||
private fun createAudioFormatFromAcountValue(
|
private fun createAudioFormatFromAccountValue(
|
||||||
sgoapPathParameterValue: String,
|
sgoapPathParameterValue: String,
|
||||||
audioFormat: Format
|
audioFormat: Format
|
||||||
): Format {
|
): Format {
|
||||||
|
@ -3,7 +3,7 @@ Refactor background play (now supports SponsorBlock too)
|
|||||||
Audio quality and format settings
|
Audio quality and format settings
|
||||||
Option to set default subtitle language
|
Option to set default subtitle language
|
||||||
Watch progress on the video thumbnail
|
Watch progress on the video thumbnail
|
||||||
Push notifcations for new streams (unstable)
|
Push notifications for new streams (unstable)
|
||||||
New Toolbar Design
|
New Toolbar Design
|
||||||
Search Refactor
|
Search Refactor
|
||||||
In-app crash handler
|
In-app crash handler
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
* Automatically use Material You accent on first app startup when supported
|
* 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: too many chapters highlighted in dialog, crash on selection
|
||||||
* fix: disabled proxy when lbry stream available
|
* fix: disabled proxy when lbry stream available
|
||||||
* fix: watch positions don't retain
|
* 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: crash when removing video from playlist
|
||||||
* fix: download paused notification shown instead of completed
|
* fix: download paused notification shown instead of completed
|
||||||
* fix(import): prevent crash when importing
|
* fix(import): prevent crash when importing
|
||||||
|
Loading…
Reference in New Issue
Block a user