Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
N0-0NE-Dev committed May 27, 2023
1 parent 755770f commit 66af0e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ android {
applicationId "com.n00nedev.nofasel"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 24
versionName "1.2.4"
versionCode 25
versionName "1.2.5"
}

splits {
Expand Down
2 changes: 1 addition & 1 deletion src/components/EpisodeCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const EpisodeCard = ({
setQualities(null);
if (!(category == "arabic-series")) {
setWebpageUrl(
`https://embed.scdn.to/video_player?uid=0&vid=${source}`,
`https://faselhd-embed.scdn.to/video_player?uid=0&vid=${source}`,
);
} else if (category == "arabic-series") {
setWebpageUrl(source);
Expand Down

0 comments on commit 66af0e2

Please sign in to comment.