Skip to content

Commit

Permalink
Undo media changes
Browse files Browse the repository at this point in the history
  • Loading branch information
waranlogesh committed Jul 9, 2024
1 parent 08b3e65 commit 2812189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media/ver10/service_capabilities.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule Onvif.Media.Ver10.ServiceCapabilities do
field(:temporary_osd_text, :boolean, default: false)
field(:exi_compression, :boolean, default: false)

embeds_one :profile_capabilities, ProfileCapailities, primary_key: false, on_replace: :update do
embeds_one :profile_capabilities, ProfileCapabilities, primary_key: false, on_replace: :update do
@derive Jason.Encoder
field(:maximum_number_of_profiles, :integer)
end
Expand Down

0 comments on commit 2812189

Please sign in to comment.