Skip to content

Commit

Permalink
Fix appsettings.json not committed
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenmoulder committed Oct 17, 2022
1 parent b9fc9e5 commit a9392c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion TwitchClipper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Authors>mortenmoulder</Authors>
<PackageProjectUrl>https://github.com/mortenmoulder/TwitchClipper</PackageProjectUrl>
<RepositoryUrl>https://github.com/mortenmoulder/TwitchClipper</RepositoryUrl>
<Version>1.0.9</Version>
<Version>1.0.10</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
14 changes: 7 additions & 7 deletions appsettings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"YoutubeDL": {
"Downloader": {
"Windows": {
"FileName": "youtube-dl.exe",
"Download": "https://yt-dl.org/downloads/latest/youtube-dl.exe"
"FileName": "yt-dlp.exe",
"Download": "https://github.com/yt-dlp/yt-dlp/releases/download/2022.10.04/yt-dlp.exe"
},
"Linux": {
"FileName": "youtube-dl",
"Download": "https://yt-dl.org/downloads/latest/youtube-dl"
"FileName": "yt-dlp",
"Download": "https://github.com/yt-dlp/yt-dlp/releases/download/2022.10.04/yt-dlp"
},
"OSX": {
"FileName": "youtube-dl",
"Download": "https://yt-dl.org/downloads/latest/youtube-dl"
"FileName": "yt-dlp",
"Download": "https://github.com/yt-dlp/yt-dlp/releases/download/2022.10.04/yt-dlp"
}
},
"TwitchConfiguration": {
Expand Down

0 comments on commit a9392c4

Please sign in to comment.