Skip to content

Commit

Permalink
speaker with dbtype file should not have automaticaly generated dbid
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislav.seps committed Oct 14, 2014
1 parent f8f1f0e commit c17ee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transcription/Speaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public string DBID
{
get
{
if (_dbid == null)
if (_dbid == null && DBType!=DBType.File)
{
_dbid = Guid.NewGuid().ToString();
}
Expand Down

0 comments on commit c17ee11

Please sign in to comment.