]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular/videos/components/list/video-sort.component.ts
Lint the client
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / list / video-sort.component.ts
index e63a70e9e064a8a8ac574e7482dd7bbfe0c7bb60..0373cea382659fc8e0839918c3b122e4683c12c2 100644 (file)
@@ -15,12 +15,12 @@ export class VideoSortComponent {
 
   sortChoices = {
     'name': 'Name - Asc',
-    '-name': "Name - Desc",
-    'duration': "Duration - Asc",
-    '-duration': "Duration - Desc",
-    'createdDate': "Created Date - Asc",
-    '-createdDate': "Created Date - Desc"
-  }
+    '-name': 'Name - Desc',
+    'duration': 'Duration - Asc',
+    '-duration': 'Duration - Desc',
+    'createdDate': 'Created Date - Asc',
+    '-createdDate': 'Created Date - Desc'
+  };
 
   get choiceKeys() {
     return Object.keys(this.sortChoices);