Skip to content

Commit

Permalink
fix: channel abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Nov 12, 2024
1 parent 90ed4e1 commit a09df8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeline/timelines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ fn replace_channel_abbr(stored_static: &StoredStatic, fmted_channel: &CompactStr
stored_static.disp_abbr_generic.replace_all(
stored_static
.ch_config
.get(fmted_channel.as_str())
.get(&fmted_channel.to_ascii_lowercase())
.unwrap_or(fmted_channel)
.as_str(),
&stored_static.disp_abbr_general_values,
Expand Down

0 comments on commit a09df8a

Please sign in to comment.