Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4bbbf90

Browse files
committed
🕊
🕊
1 parent f6fbc5a commit 4bbbf90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

KekikStream/Core/Plugin/PluginLoader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ def load_all(self) -> dict[str, PluginBase]:
2020
plugins = {}
2121

2222
# Global eklentileri yükle
23-
if self.global_plugins_dir.exists():
23+
# if self.global_plugins_dir.exists():
2424
# konsol.log(f"[green][*] Global Eklenti dizininden yükleniyor: {self.global_plugins_dir}[/green]")
25-
plugins |= self._load_from_directory(self.global_plugins_dir)
25+
# plugins |= self._load_from_directory(self.global_plugins_dir)
2626

2727
# Yerel eklentileri yükle
2828
if self.local_plugins_dir.exists():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
# ? Genel Bilgiler
88
name = "KekikStream",
9-
version = "1.5.5",
9+
version = "1.5.6",
1010
url = "https://github.com/keyiflerolsun/KekikStream",
1111
description = "terminal üzerinden medya içeriği aramanızı ve VLC/MPV gibi popüler medya oynatıcılar aracılığıyla doğrudan izlemenizi sağlayan modüler ve genişletilebilir bir bıdı bıdı",
1212
keywords = ["KekikStream", "KekikAkademi", "keyiflerolsun"],

0 commit comments

Comments
 (0)