Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 committed Jun 9, 2024
1 parent bed5020 commit 786064b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 47 deletions.
1 change: 0 additions & 1 deletion Osmium/Functions/Request/Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ extension ViewController {
"isAudioOnly": getUserDefaultsValue(key: "isAudioOnly", defaultValue: false),
"isTTFullAudio": getUserDefaultsValue(key: "isTTFullAudio", defaultValue: false),
"isAudioMuted": getUserDefaultsValue(key: "isAudioMuted", defaultValue: false),
"dubLang": getUserDefaultsValue(key: "dubLang", defaultValue: false),
"disableMetadata": getUserDefaultsValue(key: "disableMetadata", defaultValue: false),
"twitterGif": getUserDefaultsValue(key: "twitterGif", defaultValue: false),
"tiktokH265": getUserDefaultsValue(key: "tiktokH265", defaultValue: false)
Expand Down
Loading

0 comments on commit 786064b

Please sign in to comment.