mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
Merge pull request #890 from ivandrofly/fix-3
Do not allow others classes to change paragraph IDs
This commit is contained in:
commit
d89ddbc3ab
@ -39,7 +39,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
|
||||
public int Layer { get; set; }
|
||||
|
||||
public string ID { get; set; }
|
||||
public string ID { get; private set; }
|
||||
|
||||
public string Language { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user