mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-09 19:10:30 +05:30
Merge pull request #6879 from Bnyro/master
chore: change freetube file extension to db
This commit is contained in:
commit
2897f79f45
@ -5,7 +5,7 @@ import com.github.libretube.R
|
||||
|
||||
enum class ImportFormat(@StringRes val value: Int, val fileExtension: String) {
|
||||
NEWPIPE(R.string.import_format_newpipe, "json"),
|
||||
FREETUBE(R.string.import_format_freetube, "json"),
|
||||
FREETUBE(R.string.import_format_freetube, "db"),
|
||||
YOUTUBECSV(R.string.import_format_youtube_csv, "csv"),
|
||||
YOUTUBEJSON(R.string.youtube, "json"),
|
||||
PIPED(R.string.import_format_piped, "json"),
|
||||
|
Loading…
Reference in New Issue
Block a user