Jelajahi Sumber

import starRating in state.js

Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
sy-b 3 tahun lalu
induk
melakukan
bb3fdc62c2
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      Extensions/combined/src/state.js

+ 2 - 0
Extensions/combined/src/state.js

@@ -8,6 +8,7 @@ import {
   getColorFromTheme,
 } from "./utils";
 import { localize } from "./utils";
+import { createStarRating } from "./starRating";
 
 //TODO: Do not duplicate here and in ryd.background.js
 const apiUrl = "https://returnyoutubedislikeapi.com";
@@ -199,6 +200,7 @@ function processResponse(response, storedData) {
       getDislikeButton().style.color = getColorFromTheme(false);
     }
   }
+  createStarRating(response.rating, isMobile());
 }
 
 // Tells the user if the API is down