Release 3.7.3 - remove conflicting episode action
This commit is contained in:
parent
e8bdb3d345
commit
4aa7392b6a
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.7.3 - 2023-02-24
|
||||||
|
### Fixed
|
||||||
|
- If EpisodeAction is updated with new episode url and there is a conflicting EpisodeAction with that same episode url the later will be deleted
|
||||||
|
|
||||||
|
|
||||||
## 3.7.2 - 2023-02-24
|
## 3.7.2 - 2023-02-24
|
||||||
### Fixed
|
### Fixed
|
||||||
- EpisodeActions are explicitly searched in database by guid. Episode url is used as fallback. Combined search produces multiple results thus broke synchronization
|
- EpisodeActions are explicitly searched in database by guid. Episode url is used as fallback. Combined search produces multiple results thus broke synchronization
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>GPodder Sync</name>
|
<name>GPodder Sync</name>
|
||||||
<summary>replicate basic GPodder.net API</summary>
|
<summary>replicate basic GPodder.net API</summary>
|
||||||
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
||||||
<version>3.7.2</version>
|
<version>3.7.3</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
||||||
<namespace>GPodderSync</namespace>
|
<namespace>GPodderSync</namespace>
|
||||||
|
|
Loading…
Reference in New Issue