mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 03:55:23 +00:00
wip: fix windows channel relative path
This commit is contained in:
parent
43000ae697
commit
53989acec1
@ -157,7 +157,7 @@ const DEFAULT_CABLE_CHANNELS_FILE: &str =
|
|||||||
/// application.
|
/// application.
|
||||||
#[cfg(not(unix))]
|
#[cfg(not(unix))]
|
||||||
const DEFAULT_CABLE_CHANNELS_FILE: &str =
|
const DEFAULT_CABLE_CHANNELS_FILE: &str =
|
||||||
include_str!("../../cable/windows-channels.toml");
|
include_str!("../../../cable/windows-channels.toml");
|
||||||
|
|
||||||
impl Default for CableChannelPrototypes {
|
impl Default for CableChannelPrototypes {
|
||||||
/// Fallback to the default cable channels specification (the template file
|
/// Fallback to the default cable channels specification (the template file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user