zs преди 1 година
родител
ревизия
28e5fb9bbf
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/interface/core/video.interface.ts

+ 2 - 2
src/interface/core/video.interface.ts

@@ -40,8 +40,8 @@ export class FVO_video {
 
 export class QDTO_video extends SearchBase {
   constructor() {
-    const like_prop = [];
-    const props = ['title', 'number', 'is_use'];
+    const like_prop = ['title'];
+    const props = ['title', 'number', 'type', 'is_use'];
     const mapping = [];
     super({ like_prop, props, mapping });
   }