Fix transcript type not getting updated (#7638)

This commit is contained in:
ByteHamster 2025-02-02 17:18:14 +01:00 committed by GitHub
parent e48af3f094
commit 6f354dcd09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,6 +175,9 @@ public class FeedItem implements Serializable {
if (other.getTranscriptUrl() != null) {
podcastIndexTranscriptUrl = other.podcastIndexTranscriptUrl;
}
if (other.getTranscriptType() != null) {
podcastIndexTranscriptType = other.podcastIndexTranscriptType;
}
}
public long getId() {