mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-09 19:10:30 +05:30
chore: change freetube file extension to db
This commit is contained in:
parent
ade0732ee6
commit
bed879111a
@ -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