-
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TOML inline table definition in Tests
- Loading branch information
1 parent
1ae7f09
commit 40ad9a4
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,17 +41,16 @@ timeout = 15 | |
quality = "low" | ||
filters = { title = "regex for title here" } | ||
clean = { keep_last = 10 } | ||
custom = { | ||
cover_art = "http://img", | ||
cover_art_quality = "high", | ||
category = "TV", | ||
subcategories = ["1", "2"], | ||
explicit = true, | ||
lang = "en", | ||
author = "Mrs. Smith ([email protected])", | ||
ownerName = "Mrs. Smith", | ||
ownerEmail = "[email protected]" | ||
} | ||
[feeds.XYZ.custom] | ||
cover_art = "http://img" | ||
cover_art_quality = "high" | ||
category = "TV" | ||
subcategories = ["1", "2"] | ||
explicit = true | ||
lang = "en" | ||
author = "Mrs. Smith ([email protected])" | ||
ownerName = "Mrs. Smith" | ||
ownerEmail = "[email protected]" | ||
` | ||
path := setup(t, file) | ||
defer os.Remove(path) | ||
|
40ad9a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you guys!
@mxpv By any chance, were you able to update https://hub.docker.com/r/mxpv/podsync as well? - thanks in advance.
40ad9a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, will rollout a new release soon.
40ad9a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull rate limits for certain users are being introduced to Docker Hub starting November 2nd. 🤔