Skip to content

Commit

Permalink
Update Provider.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Dec 22, 2024
1 parent c513a19 commit c8e5efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data class Provider(
}

enum class VehicleType {
HTTP, File, Compatible
HTTP, File, Inline, Compatible
}

override fun writeToParcel(parcel: Parcel, flags: Int) {
Expand Down

0 comments on commit c8e5efc

Please sign in to comment.