Skip to content

Commit

Permalink
WIP: Remove rich markup from title link
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 13, 2024
1 parent 8961814 commit 88f88a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plextraktsync/plex/PlexLibrarySection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

from plexapi.exceptions import NotFound

<<<<<<< HEAD
from plextraktsync.mixin.RichMarkup import RichMarkup
=======
from plextraktsync.decorators.retry import retry
from plextraktsync.plex.PlexLibraryItem import PlexLibraryItem
>>>>>>> b18b0572 (WIP: Remove rich markup from title link)

if TYPE_CHECKING:
from typing import Literal
Expand Down Expand Up @@ -42,7 +47,7 @@ def link(self):

@property
def title_link(self):
return self.markup_link(self.link, self.title)
return self.title

def find_by_title(self, name: str):
try:
Expand Down

0 comments on commit 88f88a5

Please sign in to comment.