diff options
author | Sonic <sonic@dexon.org> | 2019-05-06 14:52:18 +0800 |
---|---|---|
committer | Sonic <sonic@dexon.org> | 2019-05-06 14:52:18 +0800 |
commit | fb9741ac8feeab30be376a1574cb4e935f8d5ae2 (patch) | |
tree | 31dfbf9e565b62e590280f6458baa412e26eafd6 /swarm | |
parent | e069e2a2b92afab5cb4b238848225300822e7526 (diff) | |
download | dexon-fb9741ac8feeab30be376a1574cb4e935f8d5ae2.tar dexon-fb9741ac8feeab30be376a1574cb4e935f8d5ae2.tar.gz dexon-fb9741ac8feeab30be376a1574cb4e935f8d5ae2.tar.bz2 dexon-fb9741ac8feeab30be376a1574cb4e935f8d5ae2.tar.lz dexon-fb9741ac8feeab30be376a1574cb4e935f8d5ae2.tar.xz dexon-fb9741ac8feeab30be376a1574cb4e935f8d5ae2.tar.zst dexon-fb9741ac8feeab30be376a1574cb4e935f8d5ae2.zip |
les: rename package to lds
Diffstat (limited to 'swarm')
-rw-r--r-- | swarm/api/gen_mime.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/api/gen_mime.go b/swarm/api/gen_mime.go index b97880198..0334779d4 100644 --- a/swarm/api/gen_mime.go +++ b/swarm/api/gen_mime.go @@ -380,7 +380,7 @@ func init() { ".pkd": "application/vnd.hbci", ".bpd": "application/vnd.hbci", ".hdt": "application/vnd.hdt", - ".les": "application/vnd.hhe.lesson-player", + ".lds": "application/vnd.hhe.lesson-player", ".hpgl": "application/vnd.hp-HPGL", ".hpi": "application/vnd.hp-hpid", ".hpid": "application/vnd.hp-hpid", |