Skip to content

Commit

Permalink
Version 2.6 & Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Nov 20, 2023
1 parent ec3f9e5 commit 36d398d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2.5.0
2.5
2.6.0
2.6
2
2 changes: 1 addition & 1 deletion php/classes/PodcastLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public static function getMusicById( int $id, Data $data ) : array {
self::loadRedis();

$m3Key = 'm3u.'.sha1($stat['url']);
if( !self::$redis->keyExists($m3Key) ){
if( self::$redis->keyExists($m3Key) ){
return json_decode(self::$redis->get($m3Key));
}

Expand Down

0 comments on commit 36d398d

Please sign in to comment.