|
@@ -1935,7 +1935,7 @@ namespace TEAMModelOS.FunctionV4
|
|
}
|
|
}
|
|
var sdes = slides.ToObject<List<Slides>>();
|
|
var sdes = slides.ToObject<List<Slides>>();
|
|
List<string> attachments = new List<string>();
|
|
List<string> attachments = new List<string>();
|
|
- if (info.qamode == 1)
|
|
|
|
|
|
+ if (qamode == 1)
|
|
{
|
|
{
|
|
attachments = RecordingJson.GetProperty("attachments").ToObject<List<string>>();
|
|
attachments = RecordingJson.GetProperty("attachments").ToObject<List<string>>();
|
|
if (attachments.Count == 0)
|
|
if (attachments.Count == 0)
|