Fix transcript type not getting updated (#7638)
This commit is contained in:
parent
e48af3f094
commit
6f354dcd09
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user