fix subtitle title updates (#2604)
This commit is contained in:
@@ -717,6 +717,7 @@ public class MetadataRepository(IDbContextFactory<TvContext> dbContextFactory) :
|
||||
existingSubtitle.SubtitleKind = incomingSubtitle.SubtitleKind;
|
||||
existingSubtitle.Codec = incomingSubtitle.Codec;
|
||||
existingSubtitle.DateUpdated = incomingSubtitle.DateUpdated;
|
||||
existingSubtitle.Title = incomingSubtitle.Title;
|
||||
|
||||
dbContext.Entry(existingSubtitle).State = EntityState.Modified;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user