Skip to content

Commit

Permalink
Use invisible characters (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Feb 14, 2024
1 parent d302755 commit 2eb70c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jellyfin-rpc/src/services/jellyfin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ impl Content {
if content.details.len() < 3 {
let current_details = content.details.clone();

content.details(current_details + " - Jellyfin");
content.details(current_details + "‎‎");
}

let mut image_url: String = "".to_string();
Expand Down

0 comments on commit 2eb70c6

Please sign in to comment.